mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
the GF syntax for identifiers is exteded with quoted forms, i.e. you could write for instance 'ab.c' and then everything between the quites is identifier. This includes Unicode characters and non-ASCII symbols. This is useful for automatically generated GF grammars.
This commit is contained in:
@@ -176,6 +176,9 @@ struct PgfPrintContext {
|
||||
PgfPrintContext* next;
|
||||
};
|
||||
|
||||
void
|
||||
pgf_print_cid(PgfCId id, GuOut* out, GuExn* err);
|
||||
|
||||
void
|
||||
pgf_print_literal(PgfLiteral lit, GuOut* out, GuExn* err);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user