mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
restored Int size and last ; added lib/prelude to be the last in any grammar path
This commit is contained in:
@@ -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"} ; ---
|
||||
|
||||
Reference in New Issue
Block a user