Dan Sugalski: # I've added or enabled the following ops: # # clone Sx, sy # savec Sx # set Ix, sy # set Nx, sy # # which clone the string in Y and put it in X, push a clone of string # register X, turn the string in Y into an integer in X, and turn the # string in Y into a float in X, respectively. # # We don't yet have: # # set Sx, iy # set Sx, ny # # to to integer or number to string conversions yet. Anyone # fancy a shot at it?
This should be pretty easy--Parrot_sprintf_c should handle it nicely. Unfortunately, I'm too busy to do it myself. :^( --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) #define private public --Spotted in a C++ program just before a #include