There is a PR but it's really bad: https://github.com/rakudo/rakudo/pull/1188
On 2016-04-07 17:05:15, alex.jakime...@gmail.com wrote: > Code: > loop (my $x = 0, $x < 10, $x++) {} > > Result: > ===SORRY!=== Error while compiling -e > Malformed loop spec > at -e:1 > ------> loop (my $x = 0, $x < 10, $x++⏏) {} > > > The error message is not bad at all. But it would be awesome if it > could detect that the programmer used commas instead of semicolons.