diff options
| author | krasimir <krasimir@chalmers.se> | 2009-03-27 08:41:55 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-03-27 08:41:55 +0000 |
| commit | 5ced40f789bc8ef4ec824e6dca4aeb856bf5eac9 (patch) | |
| tree | a79fb2ce82e90dc06e764a79b6d6ba9a1106ea6c /next-lib/src/turkish/GrammarTur.gf | |
| parent | 90528ec1f13727e280d5826ffef80c0734916c24 (diff) | |
Turkish moved to next-lib
Diffstat (limited to 'next-lib/src/turkish/GrammarTur.gf')
| -rw-r--r-- | next-lib/src/turkish/GrammarTur.gf | 9 |
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 ; + +} ; |
