mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
--# -path=.:../romance:../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], Coordination,
|
|
Prelude, MorphoRon, BeschRon,
|
|
StructuralRon
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|