mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 22:26:33 -06:00
The Documentation module is excluded from present mode in abstract/Lang.gf, so it needs to be excluded in the corresponding concrete syntaxes too to avoid problems.
14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
|
|
concrete LangChi of Lang =
|
|
GrammarChi,
|
|
LexiconChi
|
|
,ConstructionChi
|
|
,DocumentationChi --# notpresent
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
|
|
|
} ;
|