Files
gf-core/lib/resource-1.0/thai/GrammarTha.gf
2007-01-21 14:17:29 +00:00

22 lines
339 B
Plaintext

--# -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 ;
} ;