1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/turkish/LangTur.gf
2017-08-23 12:09:08 +03:00

11 lines
192 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangTur of Lang =
GrammarTur,
LexiconTur
** {
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
} ;