mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
24 lines
421 B
Plaintext
24 lines
421 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarRon of Grammar =
|
|
NounRon,
|
|
VerbRon,
|
|
AdjectiveRon,
|
|
AdverbRon,
|
|
NumeralRon,
|
|
SentenceRon,
|
|
IdiomRon,
|
|
QuestionRon,
|
|
RelativeRon,
|
|
ConjunctionRon,
|
|
PhraseRon,
|
|
TextX - [CAdv,Temp,Tense],
|
|
-- Prelude, MorphoRon, Coordination,
|
|
StructuralRon,
|
|
TenseRon
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|