Hello list, I have a slight problem here, I'm using a simple stringscanner to parse my language, but i cannot parse literal 32bit integer even if i handle them internally like that since the only way from string->Int32 is over $int which cuts the value to 31bit. Same goes for float, there is a way to go to float but not from float.
Also, is there any Int64 planned? Ah, and if someone wants to see my (horrible) code, just go to http://manveru.mine.nu/darcs/prog/neko/oxid/ - that is the language i'm implementing. Thanks in advance, ^ manveru -- Neko : One VM to run them all (http://nekovm.org)
