[perl #59828] Rakudo parses equals sign in rule declaration, whereas STD doesn't

2009-02-11 Thread jn...@jnthn.net via RT
On Sun Oct 12 04:59:26 2008, masak wrote: > r31879: > > $ perl6 -e 'rule x = { x }' > get_iter() not implemented in class 'Closure' > [...] > > STD considers this faulty syntax (and I do, too), but Rakudo > apparently tries to make sense of it, and fails at runtime trying to > apply prefix:<=> to

[perl #59828] Rakudo parses equals sign in rule declaration, whereas STD doesn't

2008-10-12 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #59828] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59828 > r31879: $ perl6 -e 'rule x = { x }' get_iter() not implemented in class 'Closure' [...]