Files
gf-rgl/src/estonian/LangEst.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
361 B
Plaintext

-- TODO: include the full GrammarEst
-- The Slash* is currently excluded only for performance reasons.
concrete LangEst of Lang =
GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation
LexiconEst
,ConstructionEst
,DocumentationEst --# notpresent
** {
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
} ;