mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
|
|
concrete LangChi of Lang =
|
|
GrammarChi,
|
|
LexiconChi
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
|
|
|
} ;
|