1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/turkish/GrammarTur.gf
2009-06-22 15:39:08 +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 ;
} ;