1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource/bulgarian/GrammarBul.gf

19 lines
280 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarBul of Grammar =
NounBul,
VerbBul,
AdjectiveBul,
AdverbBul,
NumeralBul,
SentenceBul,
QuestionBul,
PhraseBul,
TextBul,
StructuralBul
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;