1
0
forked from GitHub/gf-rgl

catalan resource

This commit is contained in:
aarne
2007-02-13 15:43:36 +00:00
parent c771a8fdfa
commit 1258110259
29 changed files with 9846 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 ;
} ;