Larry Wall wrote:
> Failed Test                       Stat Wstat Total Fail  Failed  List of 
> Failed
> -------------------------------------------------------------------------------
> t/rules/from_perl6_rules/array_ca   18  4608    45   10  22.22%  41-45
> t/rules/from_perl6_rules/named_ca   18  4608    26   48 184.62%  3-26
> 1155 subtests skipped.
> Failed 2/506 test scripts, 99.60% okay. 29/9078 subtests failed, 99.68% okay.
> 
> I narrowed the first one down to:
>     pugs> "GATTACA" ~~ m/ @bases:=[A|C|G|T]*/;
>     error:imcc:syntax error, unexpected ']'
>     in file 'EVAL_1' line 77

That seems to be a fatal error at PGE's side:

   $ echo 'rule $x:=[]' | parrot demo.pir
   error:imcc:syntax error, unexpected ']'
   in file 'EVAL_2' line 79

The same error occurs if one replaces [] with <> or ().

Audrey

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to