# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19493] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19493 >
Hi, during the holidays I have been looking in the possibility of targeting the Quantum Computing Language, http://tph.tuwien.ac.at/~oemer/qcl.html, for Parrot. I thing the first step to that is adding complex numbers as a PMC to Parrot. Working on that I found a couple of minor quirks in vtables.pod. i. The example with incrementing '1a' in Perl5 is broken. Incrementing '1a' gives '2'. Incrementing 'a9' gives 'b0'. ii. The flags in the PMC structure seem to have the prefix 'PObj_' not 'PMC_'. A patch fixing i. and ii. is attached. Happy New Year, Bernhard Schmalhofer -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/46333/36324/b50384/vtables.pod.patch
vtables.pod.patch
Description: vtables.pod.patch