1
0
forked from GitHub/gf-rgl

spanish and catalan in 1.4

This commit is contained in:
aarne
2008-05-31 19:32:01 +00:00
parent 153215b682
commit a3c371ca74
29 changed files with 9887 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
--# -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 ;
} ;