On Thu, Apr 12, 2012 at 04:16:08AM -0700, Carl Mäsak wrote: > That there's a parsing clash with block-less END phaser here goes > without saying. But STD.pm6 resolves it somehow, and so should Rakudo.
I suspect it's a longest-token-matching (LTM) sort of thing, where STD.pm6's parser is able to longest match the 'END' + '=>' and Rakudo's parser only gets the 'END'. (In other words, hopefully it'll be fixed when we switch to the new regex engine for compiling the grammar.) Pm
