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, 0 insertions, 21 deletions
diff --git a/next-lib/src/arabic/GrammarAra.gf b/next-lib/src/arabic/GrammarAra.gf
deleted file mode 100644
index f276984ad..000000000
--- a/next-lib/src/arabic/GrammarAra.gf
+++ /dev/null
@@ -1,21 +0,0 @@
---# -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 ;
-
-} ;