1
0
forked from GitHub/gf-core
This commit is contained in:
janna
2005-11-25 20:02:53 +00:00
parent 08d75593c3
commit 0b3d28f6d9
9 changed files with 683 additions and 56 deletions

View File

@@ -0,0 +1,25 @@
--# -path=.:../abstract:../../prelude
concrete LangRus of Lang =
RulesRus,
ClauseRus,
StructuralRus,
-- BasicRus,
TimeRus,
CountryRus,
-- MathRus
** open Prelude, ParadigmsRus, TypesRus
in {
flags coding=utf8 ;
lin
AdvDate d = {s=d.s ! (SF Sg Acc) };
AdvTime t = prefixSS "в" t ;
NWeekday w = w ;
PNWeekday w = nounPN w ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}