forked from GitHub/gf-core
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 ;
|
|
|
|
} ;
|