forked from GitHub/gf-core
added Ina api files
This commit is contained in:
3
lib/src/api/ConstructorsIna.gf
Normal file
3
lib/src/api/ConstructorsIna.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsIna = Constructors with (Grammar = GrammarIna) ;
|
||||
4
lib/src/api/SyntaxIna.gf
Normal file
4
lib/src/api/SyntaxIna.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxIna of Syntax = ConstructorsIna, CatIna, StructuralIna, CombinatorsIna ;
|
||||
|
||||
3
lib/src/api/TryIna.gf
Normal file
3
lib/src/api/TryIna.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryIna = SyntaxIna, LexiconIna, ParadigmsIna - [mkAdv] ;
|
||||
Reference in New Issue
Block a user