1
0
forked from GitHub/gf-rgl
Files
gf-rgl/resource-1.0/catalan/GrammarCat.gf
2007-02-13 15:43:36 +00:00

23 lines
370 B
Plaintext

--# -path=.:../romance:../abstract:../common:prelude
concrete GrammarCat of Grammar =
NounCat,
VerbCat,
AdjectiveCat,
AdverbCat,
NumeralCat,
SentenceCat,
QuestionCat,
RelativeCat,
ConjunctionCat,
PhraseCat,
TextX - [Tense,TPres,TPast,TFut,TCond],
IdiomCat,
StructuralCat
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;