restored Int size and last ; added lib/prelude to be the last in any grammar path

This commit is contained in:
aarne
2007-12-16 22:24:36 +00:00
parent 3f4bb6c40c
commit eb10ccbe7c
9 changed files with 30 additions and 29 deletions

View File

@@ -46,7 +46,8 @@ concrete NounEng of Noun = CatEng ** open ResEng, Prelude in {
NumInt n = {s = n.s; n = table (Predef.Ints 1 * Predef.Ints 9) {
<0,1> => Sg ;
_ => Pl
} ! <1,2> ---- parser bug (AR 2/6/2007) <n.size,n.last>
} ! ---- <1,2> ---- parser bug (AR 2/6/2007)
<n.size,n.last>
} ;
OrdInt n = {s = n.s ++ "th"} ; ---