mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-11 16:10:12 -06:00
25 lines
396 B
Plaintext
25 lines
396 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarCat of Grammar =
|
|
NounCat,
|
|
VerbCat,
|
|
AdjectiveCat,
|
|
AdverbCat,
|
|
NumeralCat,
|
|
SentenceCat,
|
|
QuestionCat,
|
|
RelativeCat,
|
|
ConjunctionCat,
|
|
PhraseCat,
|
|
TextX - [SC,Temp,Tense,Pol,PPos,PNeg,MU],
|
|
IdiomCat,
|
|
StructuralCat,
|
|
TenseCat,
|
|
NamesCat
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|