summaryrefslogtreecommitdiff
path: root/next-lib/src/thai/GrammarTha.gf
blob: 28105857aeda7d7ce41d48be1c4b8088d3ed769e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 ;

} ;