1
0
forked from GitHub/gf-core

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 cddc19a5ad
commit 4254b101f4
8 changed files with 165 additions and 54 deletions

View File

@@ -63,6 +63,7 @@ Library
fst,
containers,
bytestring,
utf8-string,
random,
pretty,
mtl