mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
23 lines
435 B
Plaintext
23 lines
435 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarRon of Grammar =
|
|
NounRon,
|
|
VerbRon,
|
|
AdjectiveRon,
|
|
AdverbRon,
|
|
NumeralRon,
|
|
SentenceRon,
|
|
IdiomRon,
|
|
QuestionRon,
|
|
RelativeRon,
|
|
ConjunctionRon,
|
|
PhraseRon,
|
|
TextX - [CAdv,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
|
|
Prelude, MorphoRon, Coordination,
|
|
StructuralRon
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|