1
0
forked from GitHub/gf-core

added tired_VP in Constructions

This commit is contained in:
krasimir
2016-07-04 21:15:00 +00:00
parent 348623db29
commit 10378917ff
22 changed files with 52 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../common:../prelude
--# -path=.:../abstract:../common:../prelude:../api
concrete AllRus of AllRusAbs =
LangRus,

View File

@@ -0,0 +1,7 @@
concrete ConstructionRus of Construction = CatRus **
open SyntaxRus, ParadigmsRus, ResRus in {
lin
tired_VP = mkVP (mkA "уставший" Rel) ;
}

View File

@@ -3,6 +3,7 @@
concrete LangRus of Lang =
GrammarRus,
LexiconRus,
ConstructionRus,
DocumentationRus
** {