summaryrefslogtreecommitdiff
path: root/next-lib/src/turkish/LangTur.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/turkish/LangTur.gf')
-rw-r--r--next-lib/src/turkish/LangTur.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/next-lib/src/turkish/LangTur.gf b/next-lib/src/turkish/LangTur.gf
new file mode 100644
index 000000000..1f7c912e8
--- /dev/null
+++ b/next-lib/src/turkish/LangTur.gf
@@ -0,0 +1,10 @@
+--# -path=.:../abstract:../common:prelude
+
+concrete LangTur of Lang =
+ GrammarTur,
+ LexiconTur
+ ** {
+
+flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
+
+} ;