[perl #130628] “so” is not a valid token name (token so { abc })

2017-01-24 Thread Zoffix Znet via RT
On Mon, 23 Jan 2017 01:02:07 -0800, alex.jakime...@gmail.com wrote: > Code: > grammar A { token TOP { }; token so { foo } }; say A.parse('foo') > > Result: > Too many positionals passed; expected 1 argument but got 2 > in any !reduce at /tmp/whateverable/rakudo- >

[perl #130628] “so” is not a valid token name (token so { abc })

2017-01-23 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130628] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130628 > Code: grammar A { token TOP { }; token so { foo } }; say