On Sun, Feb 06, 2011 at 08:03:16AM +0100, Gerd Pokorra wrote: > Would the file generated with "parrot-nqp" do the same things like the > PIR file generate with the original command? Would the one out commented > line case the only litte exception or would there be more differences by > using the PIR code from the two different commands?
The PIR code that nqp-rx generates for grammars is substantially different from the code that PGE generated. It's mostly semantically equivalent, except in those places where the Perl 6 regex specification changed. PGE and nqp-rx have substantially different APIs for invoking regexes, so it's generally not possible for an nqp-rx to invoke a PGE regex or vice-versa. Hope this helps, Pm _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
