added Ina api files

This commit is contained in:
aarne
2010-12-14 22:20:02 +00:00
parent 803fad9b02
commit 39925b8e5d
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--# -path=.:alltenses:prelude
resource ConstructorsIna = Constructors with (Grammar = GrammarIna) ;

4
lib/src/api/SyntaxIna.gf Normal file
View File

@@ -0,0 +1,4 @@
--# -path=.:alltenses:prelude
instance SyntaxIna of Syntax = ConstructorsIna, CatIna, StructuralIna, CombinatorsIna ;

3
lib/src/api/TryIna.gf Normal file
View File

@@ -0,0 +1,3 @@
--# -path=.:alltenses:prelude
resource TryIna = SyntaxIna, LexiconIna, ParadigmsIna - [mkAdv] ;