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, 21 insertions, 0 deletions
diff --git a/next-lib/src/thai/GrammarTha.gf b/next-lib/src/thai/GrammarTha.gf
new file mode 100644
index 000000000..efe05cc45
--- /dev/null
+++ b/next-lib/src/thai/GrammarTha.gf
@@ -0,0 +1,21 @@
+--# -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 ;
+
+} ;