1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/bulgarian/LangBul.gf
hallgren ef9f16b63a 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
187 B
Plaintext

--# -path=.:../abstract:../common:../api
concrete LangBul of Lang =
GrammarBul,
LexiconBul,
ConstructionBul
,DocumentationBul --# notpresent
** {
flags startcat = Phr ;
} ;