summaryrefslogtreecommitdiff
path: root/next-lib/src/thai/GrammarTha.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/thai/GrammarTha.gf')
-rw-r--r--next-lib/src/thai/GrammarTha.gf21
1 files changed, 0 insertions, 21 deletions
diff --git a/next-lib/src/thai/GrammarTha.gf b/next-lib/src/thai/GrammarTha.gf
deleted file mode 100644
index 28105857a..000000000
--- a/next-lib/src/thai/GrammarTha.gf
+++ /dev/null
@@ -1,21 +0,0 @@
---# -path=.:../abstract:../common:prelude
-
-concrete GrammarTha of Grammar =
- NounTha,
- VerbTha,
- AdjectiveTha,
- AdverbTha,
- NumeralTha,
- SentenceTha,
- QuestionTha,
--- RelativeTha,
--- ConjunctionTha,
- PhraseTha,
--- TextX,
- StructuralTha
--- IdiomTha
- ** {
-
-flags startcat = Phr ; unlexer = text ; lexer = text ;
-
-} ;