Changeset 21922 for src/perl6

Show
Ignore:
Timestamp:
08/17/08 22:16:16 (3 months ago)
Author:
lwall
Message:

[STD] fix Auzon++'s sig bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r21901 r21922  
    858858        ] 
    859859        {*}                                                     #= value 
     860    | '(' <in: ')', 'signature'> 
    860861    | <postcircumfix> 
    861862        { $key = ""; $value = $<postcircumfix>; } 
     
    25452546        ] 
    25462547        [ $<quant> = <[ ? ! ]> { $kind = $<quant> } ]? 
     2548    | <?> { $kind = '!' } 
    25472549    ] 
    25482550