Re: [svn:perl6-synopsis] r9575 - doc/trunk/design/syn

2006-06-12 Thread David Romano
On 6/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (Operators that imply list operations are excluded: C@, C%, and Cxx, for instance. Hyper operators are also excluded, but -post-assigment forms such as CSIMPLE += SIMPLE is allowed.) +post-assigment forms such as CSIMPLE += SIMPLE are

Re: [svn:perl6-synopsis] r9575 - doc/trunk/design/syn

2006-06-12 Thread David Romano
On 6/12/06, Daniel Hulme [EMAIL PROTECTED] wrote: -post-assigment forms such as CSIMPLE += SIMPLE is allowed.) +post-assigment forms such as CSIMPLE += SIMPLE are allowed. s/allowed\./allowed)./ Umm, no. The ) was correct in its original position (after the full stop). It just seems to

Re: Implementation of :w in regexes and other regex questions

2006-02-14 Thread David Romano
On 2/14/06, Luke Palmer [EMAIL PROTECTED] wrote: On 2/14/06, David Romano [EMAIL PROTECTED] wrote: I don't want to just skip B tags wholly, because they do serve a purpose, but only in a particular context. (Can ?ws be changed back to a default if changed to include html tags

Implementation of :w in regexes and other regex questions

2006-02-13 Thread David Romano
Hello everyone, This is my first post to the actual mailing list and not to Google Groups (yeah, took me a bit to figure out they're not the same). I have a few questions about the rules in Perl 6, and hopefully I'm not repeating stuff that's already been brought up before. (I searched through the