mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 01:06:21 -06:00
27 lines
257 B
Plaintext
27 lines
257 B
Plaintext
|
|
concrete GrammarGre of Grammar =
|
|
VerbGre,
|
|
NounGre,
|
|
SentenceGre,
|
|
PhraseGre,
|
|
StructuralGre,
|
|
RelativeGre,
|
|
AdjectiveGre,
|
|
ConjunctionGre,
|
|
NumeralGre,
|
|
AdverbGre,
|
|
TenseGre,
|
|
TextGre,
|
|
IdiomGre,
|
|
QuestionGre
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|