NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Double quotes around params to 'print' (Score:1)
it looks like the PAST evaluation now adds double quotes to the argument of 'print' in generated PIR. I have updated 'Parrot bc', dropping the '"' in the generated PAST. However this is problematic in cases like
print "0001"versus
print 0001Im looking forward to support for '+', '-', '*' and '/' in PAST evaluation. As far as I see, this would allow me to convert all of my existing bc tests to PAST evaluation.
/* Bernhard.Schmalhofer@gmx.de */
Re:Double quotes around params to 'print' (Score:1)
Sorry for the quotes, it's a temporary hack. I'll remove it.
Patrick says he'll get back to me on the operator precedence parser thing in the next few days, so hopefully soon on the operators.
Reply to This
Parent