forked from GitHub/gf-rgl
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
|
|
concrete LangChi of Lang =
|
|
GrammarChi,
|
|
LexiconChi,
|
|
ConstructionChi
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
|
|
|
} ;
|