Files
gf-rgl/src/bulgarian/GrammarBul.gf
2020-06-17 09:17:56 +02:00

26 lines
396 B
Plaintext

--# -path=.:../abstract:../common:prelude
--# -coding=utf8
concrete GrammarBul of Grammar =
NounBul,
VerbBul,
AdjectiveBul,
AdverbBul,
NumeralBul,
SentenceBul,
QuestionBul,
RelativeBul,
ConjunctionBul,
PhraseBul,
TextBul,
StructuralBul,
IdiomBul,
TenseX - [CAdv,IAdv,AdV,SC]
** {
flags coding=utf8 ;
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;