forked from GitHub/gf-core
19 lines
280 B
Plaintext
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 ;
|
|
|
|
} ;
|