forked from GitHub/gf-core
25 lines
374 B
Plaintext
25 lines
374 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
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 ;
|
|
|
|
} ;
|