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