1
0
forked from GitHub/gf-rgl
Files
gf-rgl/resource/catalan/GrammarCat.gf
2007-12-12 20:30:11 +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 ;
} ;