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
# 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