Arabic compiles now in 1.5

This commit is contained in:
aarne
2008-12-18 14:17:42 +00:00
parent 79d51c4479
commit 031909c8c7
25 changed files with 3468 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarAra of Grammar =
NounAra,
VerbAra,
AdjectiveAra,
AdverbAra,
NumeralAra,
SentenceAra,
QuestionAra,
RelativeAra,
ConjunctionAra,
PhraseAra,
TextX - [Utt],
StructuralAra,
IdiomAra
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;