1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/chinese/LangChi.gf
2013-12-15 12:22:16 +00:00

13 lines
191 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangChi of Lang =
GrammarChi,
LexiconChi,
ConstructionChi
** {
flags startcat = Phr ; unlexer = concat ; lexer = text ;
} ;