1
0
forked from GitHub/gf-rgl

Greek by Ioanna Papodopoulou - complete, 27th RGL language

This commit is contained in:
aarne
2013-04-25 13:22:28 +00:00
parent bfb81a5bb6
commit b65ff494e6
44 changed files with 8355 additions and 493 deletions

17
src/api/TryGre.gf Normal file
View 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 ;
} ;
}
-}