diff --git a/lib/src/api/CombinatorsLat.gf b/lib/src/api/CombinatorsLat.gf new file mode 100644 index 000000000..059b4a219 --- /dev/null +++ b/lib/src/api/CombinatorsLat.gf @@ -0,0 +1,8 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsLat = Combinators - [ appCN, appCNc ] with + (Cat = CatLat), + (Structural = StructuralLat), + (Noun = NounLat), + (Constructors = ConstructorsLat) ** + {} diff --git a/lib/src/api/ConstructorsLat.gf b/lib/src/api/ConstructorsLat.gf new file mode 100644 index 000000000..7103ccb81 --- /dev/null +++ b/lib/src/api/ConstructorsLat.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude:../latin + +resource ConstructorsLat = Constructors with (Grammar = GrammarLat) ** + open MissingLat in {} diff --git a/lib/src/api/SymbolicLat.gf b/lib/src/api/SymbolicLat.gf new file mode 100644 index 000000000..998364997 --- /dev/null +++ b/lib/src/api/SymbolicLat.gf @@ -0,0 +1,5 @@ +--# -path=.:../icelandic:../common:../abstract:../prelude + +resource SymbolicLat = Symbolic with + (Symbol = SymbolLat), + (Grammar = GrammarLat) ; diff --git a/lib/src/api/SyntaxLat.gf b/lib/src/api/SyntaxLat.gf new file mode 100644 index 000000000..b859bb321 --- /dev/null +++ b/lib/src/api/SyntaxLat.gf @@ -0,0 +1,5 @@ +--# -path=.:alltenses:prelude + +instance SyntaxLat of Syntax = + ConstructorsLat, CatLat, StructuralLat, CombinatorsLat ; + diff --git a/lib/src/api/TryLat.gf b/lib/src/api/TryLat.gf new file mode 100644 index 000000000..14093181e --- /dev/null +++ b/lib/src/api/TryLat.gf @@ -0,0 +1,3 @@ +--# -path=.:../latin:../common:../abstract:../prelude + +resource TryLat = SyntaxLat, LexiconLat, ParadigmsLat - [mkAdv,mkAdN,mkOrd] ;