forked from GitHub/gf-core
making LangRus compile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# -path=.:../abstract:../common:../../prelude
|
||||
--# -path=.:../abstract:../common:../../prelude
|
||||
|
||||
concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in {
|
||||
|
||||
@@ -62,6 +62,7 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in {
|
||||
-- so just leave a decimal representation, without case-suffixes:
|
||||
NumInt i = {s = table { _ => table {_ => i.s } } } ;
|
||||
|
||||
{-
|
||||
OrdInt n = case n of {
|
||||
0|2|6 => (uy_oj_EndDecl n.s) ;
|
||||
3 => (ti_j_EndDecl n.s) ;
|
||||
@@ -69,7 +70,7 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in {
|
||||
|
||||
OrdNumeral numeral =
|
||||
{s = \\ af => (uy_j_EndDecl (numeral.s ! caseAF af ! genAF af)).s!af} ;
|
||||
|
||||
-}
|
||||
NumNumeral n = n ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user