Files
gf-rgl/src/italian/LangIta.gf
hallgren cec28ebec0 Lang???.gf: exclude Documentation from present mode
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.
2014-10-23 16:32:55 +00:00

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 ;
} ;