1
0
forked from GitHub/gf-rgl

Implement and_Conj and or_Conj

This commit is contained in:
Ayberk Tosun
2017-08-22 18:53:58 +03:00
parent 359be0d077
commit 46c5af65d0

View File

@@ -1,7 +1,7 @@
--# -path=.:../abstract:../common:../../prelude --# -path=.:../abstract:../common:../../prelude
concrete StructuralTur of Structural = CatTur ** concrete StructuralTur of Structural = CatTur **
open ResTur, ParadigmsTur in { open ResTur, ParadigmsTur, Prelude in {
flags flags
optimize=all ; coding = utf8 ; optimize=all ; coding = utf8 ;
@@ -64,4 +64,8 @@ concrete StructuralTur of Structural = CatTur **
between_Prep = between_Prep =
mkPrep "arasında" Gen ; mkPrep "arasında" Gen ;
and_Conj = ss "ve" ;
or_Conj = ss "veya" ;
} }