summaryrefslogtreecommitdiff
path: root/next-lib/src/arabic/GrammarAra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/arabic/GrammarAra.gf')
-rw-r--r--next-lib/src/arabic/GrammarAra.gf21
1 files changed, 21 insertions, 0 deletions
diff --git a/next-lib/src/arabic/GrammarAra.gf b/next-lib/src/arabic/GrammarAra.gf
new file mode 100644
index 000000000..f276984ad
--- /dev/null
+++ b/next-lib/src/arabic/GrammarAra.gf
@@ -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 ;
+
+} ;