1
0
forked from GitHub/gf-core

Hindi and Thai compile in 1.5

This commit is contained in:
aarne
2008-12-18 14:21:28 +00:00
parent 98a4b6a808
commit 9e341cc7f9
48 changed files with 5121 additions and 0 deletions

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