forked from GitHub/gf-core
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
26 lines
393 B
Plaintext
26 lines
393 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
--# -coding=cp1251
|
|
|
|
concrete GrammarBul of Grammar =
|
|
NounBul,
|
|
VerbBul,
|
|
AdjectiveBul,
|
|
AdverbBul,
|
|
NumeralBul,
|
|
SentenceBul,
|
|
QuestionBul,
|
|
RelativeBul,
|
|
ConjunctionBul,
|
|
PhraseBul,
|
|
TextBul,
|
|
StructuralBul,
|
|
IdiomBul,
|
|
TenseX - [CAdv,IAdv]
|
|
** {
|
|
flags coding=cp1251 ;
|
|
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|