Files
gf-core/lib/resource/demo/DemoCat.gf

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 ;
} ;