Seeing the new proto web page got me thinking I should try to bring Vector and ABC forward into the world of the current Rakudo. Okay,
make clean
and make
work fine for Vector. make test
fails every test.So I started in with 01-basics.t. It seems to be having trouble with the custom Unicode operators. Then I remembered seeing something on #perl6 about using
our
with custom operators. So I added it to both the dot product operators (one of them the Texas version, "dot"). And got the following error:
error:imcc:syntax error, unexpected '\n'
in file 'EVAL_5' line -1061556260
Perl 6 experts, help?