r28938 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:47:05 +0100 (Wed, 28 Oct 2009) New Revision: 28938 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] decouple $() from .ast so we can use .ast as boolean Modified: docs/Perl6/Spec/S05-regex.pod

r28935 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:25:18 +0100 (Wed, 28 Oct 2009) New Revision: 28935 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] typo Modified: docs/Perl6/Spec/S12-objects.pod === --- docs/Perl6/Spec/S12-objects.pod

r28932 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:15:09 +0100 (Wed, 28 Oct 2009) New Revision: 28932 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] clarify that private accessors are already the most primitive form (Pm-6) Modified: docs/Perl6/Spec/S12-objects.pod ===

Notes on Longest-Token Matching

2009-10-28 Thread Moritz Lenz
Hi all, I've written down some notes on Longest-Token Matching, nothing really new, just an attempt to be a bit more verbose than the spec: http://github.com/moritz/ltm/blob/master/ltm.pod If you find anything that's unclear or wrong, please let me know. If the feedback is positive I'll merge