Changeset 22506

Show
Ignore:
Timestamp:
10/04/08 23:08:05 (7 weeks ago)
Author:
lwall
Message:

[STD] unbreak $obj.foo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

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