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:
kr.angelov
2013-11-22 13:30:18 +00:00
parent 1d2786f7da
commit 8bcc70eac8
8 changed files with 165 additions and 54 deletions

View File

@@ -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);