Changeset 22504

Show
Ignore:
Timestamp:
10/04/08 14:17:45 (7 weeks ago)
Author:
pmurias
Message:

[STD] added $foo.!bar()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r22498 r22504  
    992992# doing fancy as one rule simplifies LTM 
    993993token dotty:sym<.*> ( --> Methodcall) { 
    994     ('.' <[+*?=^:]>) :: <.unspacey> <dottyop> 
     994    ('.' [<[+*?=:]>|'^!']) :: <.unspacey> <dottyop> 
    995995    { $<sym> = $0.item; } 
    996996}