1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/chinese/LangChi.gf

12 lines
172 B
Plaintext

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