mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
introduce Reserved token kind; get parser (mostly) working with new token kind
This commit is contained in:
+1
-1
@@ -630,7 +630,7 @@ MD_FUNCTION MD_b32 MD_CharIsAlpha(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsAlphaUpper(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsAlphaLower(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsDigit(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsSymbol(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsUnreservedSymbol(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsReservedSymbol(MD_u8 c);
|
||||
MD_FUNCTION MD_b32 MD_CharIsSpace(MD_u8 c);
|
||||
MD_FUNCTION MD_u8 MD_CharToUpper(MD_u8 c);
|
||||
|
||||
Reference in New Issue
Block a user