mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -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.
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
--# -path=.:../romance:../abstract:../common:../api
|
|
|
|
concrete LangFre of Lang =
|
|
GrammarFre,
|
|
LexiconFre
|
|
,DocumentationFre --# notpresent
|
|
,ConstructionFre
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|