# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62700] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62700 >
It's r35957, and Rakudo seems to hang on the following: $ perl6 -e 'grammar G {}; G.parse("")' Putting in a 'regex TOP { something }' seems to work... but it's a bit unintuitive that nothing happens without it, not even an error message.