[perl #62702] Rakudo misparses empty regex definitions as sub calls

2009-02-11 Thread jn...@jnthn.net via RT
On Sat Jan 24 08:40:24 2009, masak wrote: > Rakudo r35957: > > $ perl6 -e 'grammar G { regex TOP {} }' > Could not find non-existent sub TOP > [...] > > This is the wrong error message to give. The empty regex in TOP should > be disallowed. After fixes for a related ticket earlier, this now repo

[perl #62702] Rakudo misparses empty regex definitions as sub calls

2009-01-25 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62702] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62702 > Rakudo r35957: $ perl6 -e 'grammar G { regex TOP {} }' Could not find non-existent sub