mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
20 lines
294 B
Plaintext
20 lines
294 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarGrc of Grammar =
|
|
NounGrc,
|
|
VerbGrc,
|
|
AdjectiveGrc,
|
|
AdverbGrc,
|
|
NumeralGrc,
|
|
SentenceGrc,
|
|
QuestionGrc,
|
|
RelativeGrc,
|
|
ConjunctionGrc,
|
|
PhraseGrc,
|
|
TextX-[Tense,Temp],
|
|
TenseGrc,
|
|
StructuralGrc
|
|
-- IdiomGrc
|
|
** {
|
|
} ;
|