Changeset 22414 for src/perl6

Show
Ignore:
Timestamp:
09/27/08 00:08:08 (2 months ago)
Author:
lwall
Message:

[STD] allow self-parse again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r22404 r22414  
    999999# doing fancy as one rule simplifies LTM 
    10001000token dotty:sym<.*> ( --> Methodcall) { 
    1001     ('.' <[+*?=^:]>) <.unspacey> <dottyop> 
     1001    ('.' <[+*?=^:]>) :: <.unspacey> <dottyop> 
    10021002    { $<sym> = $0.item; } 
    10031003}