mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 18:56:21 -06:00
Define custom isdigit version. The expression parser now uses the custom isspace and isdigit
This commit is contained in:
@@ -38,4 +38,7 @@ uint32_t pgf_utf8_to_upper(uint32_t c);
|
||||
PGF_INTERNAL_DECL
|
||||
bool pgf_utf8_is_space(uint32_t c);
|
||||
|
||||
PGF_INTERNAL
|
||||
bool pgf_utf8_is_digit(uint32_t c);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user