1
0
forked from GitHub/gf-core

arabic in 1.4 - something makes compilation get stuck

This commit is contained in:
aarne
2008-06-13 20:40:50 +00:00
parent da6330c7b7
commit 60a68c5f3d
26 changed files with 3427 additions and 1 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 ;
} ;