mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
using MissingAra in ConstructorsAra so that we can now compile the RGL API for Arabic. When a function with not yet defined constants is used in an application, a compile time error reveals this.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
--# -path=.:alltenses:prelude
|
--# -path=.:alltenses:prelude:../arabic
|
||||||
|
|
||||||
resource ConstructorsAra = Constructors with (Grammar = GrammarAra) ;
|
resource ConstructorsAra = Constructors with (Grammar = GrammarAra) **
|
||||||
|
open MissingAra in {}
|
||||||
|
|||||||
6
lib/src/api/TryAra.gf
Normal file
6
lib/src/api/TryAra.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:../arabic:../common:../abstract:../prelude
|
||||||
|
|
||||||
|
resource TryAra = SyntaxAra, LexiconAra, ParadigmsAra - [mkAdN, mkAdv,mkOrd,mkQuant] **
|
||||||
|
open (P = ParadigmsAra) in {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user