# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #63690]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63690 >


Rakudo is too strict while parsing enum expressions:

20:18 <@moritz_> rakudo: say enum Foo ('foo', 'bar')
20:19 < p6eval> rakudo f6cdf9: OUTPUT«Statement not terminated properly
at line
                1, near "('foo', 'b"␤␤current instr.:
'parrot;PGE;Util;die' pc
                129 (runtime/parrot/library/PGE/Util.pir:83)␤»

only the form with <...> seems to work.
A very simple test is in t/spec/S12-enums/basic.t.

Cheers,
Moritz

Reply via email to