Files
gf-core/deprecated/old-lib/resource/demo/DemoCat.gf
2009-12-09 09:47:16 +00:00

17 lines
229 B
Plaintext

--# -path=.:alltenses
concrete DemoCat of Demo =
NounCat,
ClauseCat,
AdjectiveCat,
AdverbCat,
NumeralCat,
QuestionCat,
StructuralCat,
LexiconCat
** {
flags language = ca; unlexer = text ; lexer = text ;
} ;