mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
RGL API files for Latin added
This commit is contained in:
8
lib/src/api/CombinatorsLat.gf
Normal file
8
lib/src/api/CombinatorsLat.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsLat = Combinators - [ appCN, appCNc ] with
|
||||
(Cat = CatLat),
|
||||
(Structural = StructuralLat),
|
||||
(Noun = NounLat),
|
||||
(Constructors = ConstructorsLat) **
|
||||
{}
|
||||
4
lib/src/api/ConstructorsLat.gf
Normal file
4
lib/src/api/ConstructorsLat.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude:../latin
|
||||
|
||||
resource ConstructorsLat = Constructors with (Grammar = GrammarLat) **
|
||||
open MissingLat in {}
|
||||
5
lib/src/api/SymbolicLat.gf
Normal file
5
lib/src/api/SymbolicLat.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../icelandic:../common:../abstract:../prelude
|
||||
|
||||
resource SymbolicLat = Symbolic with
|
||||
(Symbol = SymbolLat),
|
||||
(Grammar = GrammarLat) ;
|
||||
5
lib/src/api/SyntaxLat.gf
Normal file
5
lib/src/api/SyntaxLat.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxLat of Syntax =
|
||||
ConstructorsLat, CatLat, StructuralLat, CombinatorsLat ;
|
||||
|
||||
3
lib/src/api/TryLat.gf
Normal file
3
lib/src/api/TryLat.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../latin:../common:../abstract:../prelude
|
||||
|
||||
resource TryLat = SyntaxLat, LexiconLat, ParadigmsLat - [mkAdv,mkAdN,mkOrd] ;
|
||||
Reference in New Issue
Block a user