1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/turkish/LangTur.gf
2019-09-03 22:57:43 +02:00

12 lines
228 B
Plaintext

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