Files
gf-rgl/src/bulgarian/GrammarBul.gf
2023-10-10 13:38:30 +02:00

27 lines
389 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,
TenseBul,
NamesBul
** {
flags coding=utf8 ;
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;