mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
reading & showing unicode identifiers
This commit is contained in:
@@ -108,6 +108,12 @@ typedef struct PgfBind {
|
||||
PgfText var;
|
||||
} PgfBind;
|
||||
|
||||
PGF_INTERNAL_DECL bool
|
||||
pgf_is_ident_first(uint32_t ucs);
|
||||
|
||||
PGF_INTERNAL_DECL bool
|
||||
pgf_is_ident_rest(uint32_t ucs);
|
||||
|
||||
class PGF_INTERNAL_DECL PgfExprParser {
|
||||
enum PGF_TOKEN_TAG {
|
||||
PGF_TOKEN_LPAR,
|
||||
|
||||
Reference in New Issue
Block a user