diff options
Diffstat (limited to 'next-lib/src/turkish/LangTur.gf')
| -rw-r--r-- | next-lib/src/turkish/LangTur.gf | 10 |
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 ;
+
+} ;
|
