Changeset 22506
- Timestamp:
- 10/04/08 23:08:05 (7 weeks ago)
- Files:
-
- 1 modified
-
src/perl6/STD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD.pm
r22504 r22506 992 992 # doing fancy as one rule simplifies LTM 993 993 token dotty:sym<.*> ( --> Methodcall) { 994 ('.' [ <[+*?=:]>|'^!']) :: <.unspacey> <dottyop>994 ('.' [ <[+*?=:]> | '^' '!'? ]) :: <.unspacey> <dottyop> 995 995 { $<sym> = $0.item; } 996 996 }
