forked from GitHub/gf-rgl
23 lines
370 B
Plaintext
23 lines
370 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarCat of Grammar =
|
|
NounCat,
|
|
VerbCat,
|
|
AdjectiveCat,
|
|
AdverbCat,
|
|
NumeralCat,
|
|
SentenceCat,
|
|
QuestionCat,
|
|
RelativeCat,
|
|
ConjunctionCat,
|
|
PhraseCat,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomCat,
|
|
StructuralCat
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|