1
0
forked from GitHub/gf-core

restoring Arabic to new API

This commit is contained in:
aarne
2009-03-28 19:03:54 +00:00
parent 90b71deaf1
commit 71bb4eda8a
4 changed files with 63 additions and 51 deletions
+3
View File
@@ -0,0 +1,3 @@
--# -path=.:alltenses:prelude
resource ConstructorsAra = Constructors with (Grammar = GrammarAra) ;
+4
View File
@@ -0,0 +1,4 @@
--# -path=.:alltenses:prelude
instance SyntaxAra of Syntax = ConstructorsAra, CatAra, StructuralAra, CombinatorsAra ;