# New Ticket Created by Chris Dolan # Please include the string: [perl #63152] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63152 >
The attached patch brings Rakudo up to the level of NQP as a language for grammar actions. I added a builtin method called 'make' that is sugar for $/.result_object(...). I also modified the grammar to allow special variables ($/, $_, $<cent>) to be method arguments. The latter has a little more copy-and-paste than I wanted, but it works well. To apply: git pull git://github.com/chrisdolan/rakudo.git match-make or git am -3 <filename-of-patch>
0001-Implement-make-builtin-and-support-as-a-metho.patch
Description: Binary data
I intend to add some spec tests for this, too.