eris/golden-files/results/perl6_syntax-perl6_p6

16 lines
1.5 KiB
Text
Raw Normal View History

2016-09-27 13:30:08 +02:00
===SORRY!===
Two terms in a row across lines (missing semicolon or comma?)
at /home/ahamilton/code/vigil/golden-files/./input/perl6.p6:30
------> say 'Hello from Perl 6!'⏏<EOL>
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Other potential difficulties:
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
at /home/ahamilton/code/vigil/golden-files/./input/perl6.p6:11
------> regex ⏏http-verb {