Author: wayland Date: 2010-06-05 01:33:27 +0200 (Sat, 05 Jun 2010) New Revision: 31116
Modified: docs/Perl6/Spec/S32-setting-library/Rules.pod Log: Made some changes based on S05 -- they may even be right :). Modified: docs/Perl6/Spec/S32-setting-library/Rules.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Rules.pod 2010-06-04 22:52:12 UTC (rev 31115) +++ docs/Perl6/Spec/S32-setting-library/Rules.pod 2010-06-04 23:33:27 UTC (rev 31116) @@ -31,12 +31,19 @@ =head2 Match - role Match { - method Int from() {...} - method Int to() {...} - method Int chars() {...} - method orig() {...} - method Str() {...} + role Match does Positional does Associative { + method Int from() {...} + method Int to() {...} + method Int chars() {...} + method orig() {...} + method ast() {...} + method caps() {...} + method chunks() {...} + method pos() {...} + + method bool() {...} + method Str() {...} + method Num() {...} } =head2 Cursor