Files
gf-core/lib/src/chinese/LangChi.gf

14 lines
211 B
Plaintext

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