Changeset 21219 for src/perl6/STD.pm
- Timestamp:
- 07/04/08 15:54:22 (5 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD.pm
r21204 r21219 1604 1604 # careful to distinguish from both integer and 42.method 1605 1605 token dec_number { 1606 [ 1606 1607 | '.' \d+[_\d+]* <escale>? 1607 1608 | \d+[_\d+]* '.' \d+[_\d+]* <escale>? 1608 1609 | \d+[_\d+]* <escale> 1610 ] 1609 1611 {*} 1610 1612 }
