mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-24 05:06:25 -06:00
6c71465939
Also addressing this https://github.com/GrammaticalFramework/gf-rgl/issues/238 with a README that adds a suggested implementation order.
17 lines
313 B
Plaintext
17 lines
313 B
Plaintext
concrete GrammarTMP of Grammar =
|
|
NounTMP
|
|
, VerbTMP
|
|
, AdjectiveTMP
|
|
, AdverbTMP
|
|
, NumeralTMP
|
|
, SentenceTMP
|
|
, QuestionTMP
|
|
, RelativeTMP
|
|
, ConjunctionTMP
|
|
, PhraseTMP
|
|
, TextX
|
|
, StructuralTMP
|
|
, IdiomTMP
|
|
, TenseX
|
|
, NamesTMP -- Not part of original Grammar, here to trigger compilation
|
|
; |