Changeset 22535

Show
Ignore:
Timestamp:
10/08/08 19:13:50 (6 weeks ago)
Author:
lwall
Message:

[STD] -> not recognized after listop sets goal

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r22534 r22535  
    33593359    | <?before <stopper> > 
    33603360    | <?before '!!' > <?{ $+GOAL eq '!!' }> 
    3361     | <?before '{' | <lambda> > <?{ $+GOAL eq '{' and $¢.<_>[$¢.pos]<ws> }> 
     3361    | <?before '{' | <lambda> > <?{ ($+GOAL eq '{' or $+GOAL eq 'endargs') and $¢.<_>[$¢.pos]<ws> }> 
    33623362    | <?{ $+GOAL eq 'endargs' and $¢.<_>[$¢.pos]<endargs> }> 
    33633363    ]