mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
checked Ara and Cat w.r.t the new lib structure
This commit is contained in:
3
lib/resource-1.0/api/forthcoming/ConstructorsAra.gf
Normal file
3
lib/resource-1.0/api/forthcoming/ConstructorsAra.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsAra = Constructors with (Grammar = GrammarAra) ;
|
||||
3
lib/resource-1.0/api/forthcoming/ConstructorsCat.gf
Normal file
3
lib/resource-1.0/api/forthcoming/ConstructorsCat.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsCat = Constructors with (Grammar = GrammarCat) ;
|
||||
4
lib/resource-1.0/api/forthcoming/SyntaxAra.gf
Normal file
4
lib/resource-1.0/api/forthcoming/SyntaxAra.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxAra of Syntax = ConstructorsAra, CatAra, StructuralAra, NumeralAra ;
|
||||
|
||||
4
lib/resource-1.0/api/forthcoming/SyntaxCat.gf
Normal file
4
lib/resource-1.0/api/forthcoming/SyntaxCat.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxCat of Syntax = ConstructorsCat, CatCat, StructuralCat, NumeralCat ;
|
||||
|
||||
Reference in New Issue
Block a user