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

13 lines
191 B
Plaintext

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