On 2/6/06, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Sun, Feb 05, 2006 at 11:34:33AM +0800, Audrey Tang wrote: > > 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 > > I've now updated PGE (r11427) so that it provides a more > useful exception: > > p6rule parse error: Term expected at offset 5, found ']'
Er, what about the originally reported bug though. :-) $ echo 'rule $x:=[x]' | parrot demo.pir error:imcc:syntax error, unexpected ']' in file 'EVAL_2' line 79 (This is of r11427. Compare "rule $x:=x" which works.) Audrey