mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
|
|
concrete LangChi of Lang =
|
|
GrammarChi,
|
|
LexiconChi
|
|
,ConstructionChi
|
|
,DocumentationChi
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
|
|
|
} ;
|