forked from GitHub/gf-core
Estonian - the 29th complete RGL language. Copied from Kaarel Kaljurand's and Inari Listenmaa's repository in https://github.com/GF-Estonian/GF-Estonian, where later developments will continue to take place.
This commit is contained in:
6
lib/src/api/CombinatorsEst.gf
Normal file
6
lib/src/api/CombinatorsEst.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsEst = Combinators with
|
||||
(Cat = CatEst),
|
||||
(Structural = StructuralEst),
|
||||
(Constructors = ConstructorsEst) ;
|
||||
3
lib/src/api/ConstructorsEst.gf
Normal file
3
lib/src/api/ConstructorsEst.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsEst = Constructors with (Grammar = GrammarEst) ;
|
||||
5
lib/src/api/SymbolicEst.gf
Normal file
5
lib/src/api/SymbolicEst.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicEst = Symbolic with
|
||||
(Symbol = SymbolEst),
|
||||
(Grammar = GrammarEst) ;
|
||||
4
lib/src/api/SyntaxEst.gf
Normal file
4
lib/src/api/SyntaxEst.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxEst of Syntax = ConstructorsEst, CatEst, StructuralEst, CombinatorsEst ;
|
||||
|
||||
3
lib/src/api/TryEst.gf
Normal file
3
lib/src/api/TryEst.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryEst = SyntaxEst, LexiconEst, ParadigmsEst - [mkAdv,mkAdN,mkDet,mkQuant,mkPConj] ;
|
||||
Reference in New Issue
Block a user