I ran into a compile-time error while trying to compile my simple Perl 6 calculator script below:
https://raw.githubusercontent.com/agentzh/perl-parsing-library-benchmark/master/calc-Rakudo.p6
I'm using the latest master of Perlito as of this writing (commit b22ea51).
Rakudo perl6 compiles the script quite right. Am I running into anything that is not currently supported by Perlito? I hope the error message could have been more friendly :) Thanks!