mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 15:50:19 -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 LangIta of Lang =
|
|
GrammarIta,
|
|
LexiconIta
|
|
,DocumentationIta --# notpresent
|
|
,ConstructionIta
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|