Template for starting a new resource grammar (#441)

Also addressing this https://github.com/GrammaticalFramework/gf-rgl/issues/238 with a README that adds a suggested implementation order.
This commit is contained in:
Inari Listenmaa
2023-08-25 11:35:54 +03:00
committed by GitHub
parent 578112713a
commit 6c71465939
29 changed files with 3237 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
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
;