forked from GitHub/gf-rgl
23 lines
430 B
Plaintext
23 lines
430 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarRon of Grammar =
|
|
NounRon,
|
|
VerbRon,
|
|
AdjectiveRon,
|
|
AdverbRon,
|
|
NumeralRon,
|
|
SentenceRon,
|
|
IdiomRon,
|
|
QuestionRon,
|
|
RelativeRon,
|
|
ConjunctionRon,
|
|
PhraseRon,
|
|
TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
|
|
Prelude, MorphoRon, Coordination,
|
|
StructuralRon
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|