mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
Greek by Ioanna Papodopoulou - complete, 27th RGL language
This commit is contained in:
6
lib/src/api/CombinatorsGre.gf
Normal file
6
lib/src/api/CombinatorsGre.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsGre = Combinators with
|
||||
(Cat = CatGre),
|
||||
(Structural = StructuralGre),
|
||||
(Constructors = ConstructorsGre) ;
|
||||
3
lib/src/api/ConstructorsGre.gf
Normal file
3
lib/src/api/ConstructorsGre.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsGre = Constructors with (Grammar = GrammarGre) ;
|
||||
5
lib/src/api/SymbolicGre.gf
Normal file
5
lib/src/api/SymbolicGre.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
resource SymbolicGre = Symbolic with
|
||||
(Symbol = SymbolGre),
|
||||
(Grammar = GrammarGre) ;
|
||||
5
lib/src/api/SyntaxGre.gf
Normal file
5
lib/src/api/SyntaxGre.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:./alltenses:../prelude
|
||||
|
||||
instance SyntaxGre of Syntax =
|
||||
ConstructorsGre, CatGre, StructuralGre, CombinatorsGre ;
|
||||
|
||||
17
lib/src/api/TryGre.gf
Normal file
17
lib/src/api/TryGre.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
resource TryGre = SyntaxGre, LexiconGre, ParadigmsGre ;
|
||||
|
||||
{-
|
||||
-[mkAdv, mkDet,mkQuant]**
|
||||
open (P = ParadigmsGre) in {
|
||||
|
||||
oper
|
||||
|
||||
mkAdv = overload SyntaxGre {
|
||||
mkAdv : Str -> Adv = P.mkAdv ;
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
-}
|
||||
Reference in New Issue
Block a user