Files
gf-core/next-lib/src/turkish/GrammarTur.gf
2009-05-07 10:28:47 +00:00

12 lines
186 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarTur of Grammar =
NounTur,
NumeralTur,
StructuralTur
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;