forked from GitHub/gf-core
Hindi and Thai compile in 1.5
This commit is contained in:
21
next-lib/src/thai/GrammarTha.gf
Normal file
21
next-lib/src/thai/GrammarTha.gf
Normal file
@@ -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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user