summaryrefslogtreecommitdiff
path: root/next-lib/src/arabic/LangAra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/arabic/LangAra.gf')
-rw-r--r--next-lib/src/arabic/LangAra.gf12
1 files changed, 12 insertions, 0 deletions
diff --git a/next-lib/src/arabic/LangAra.gf b/next-lib/src/arabic/LangAra.gf
new file mode 100644
index 000000000..2a1dc95b5
--- /dev/null
+++ b/next-lib/src/arabic/LangAra.gf
@@ -0,0 +1,12 @@
+--# -path=.:../abstract:../common:prelude
+
+concrete LangAra of Lang =
+ GrammarAra,
+ LexiconAra
+ ** {
+
+ flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
+
+}
+
+