| To: | perl6-all@perl.org, perl6-language@perl.org |
|---|---|
| Subject: | Re: [svn:perl6-synopsis] r14574 - doc/trunk/design/syn |
| From: | Larry Wall <larry@wall.org> |
| Date: | Fri, 8 Aug 2008 10:39:46 -0700 |
| Delivered-to: | mailing list perl6-all@perl.org |
| Delivered-to: | perl6-all-poster@perl.org |
| Delivered-to: | mailing list perl6-language@perl.org |
| Delivered-to: | perl6-language@perl.org |
| In-reply-to: | <20080808173450.8FE91CB9DD@x12.develooper.com> |
| List-help: | <mailto:perl6-all-help@perl.org> |
| List-id: | <perl6-all.perl.org> |
| List-id: | <perl6-language.perl.org> |
| List-post: | <mailto:perl6-all@perl.org> |
| List-subscribe: | <mailto:perl6-all-subscribe@perl.org> |
| List-unsubscribe: | <mailto:perl6-all-unsubscribe@perl.org> |
| Mail-followup-to: | perl6-all@perl.org, perl6-language@perl.org |
| Mailing-list: | contact perl6-all-help@perl.org; run by ezmlm |
| References: | <20080808173450.8FE91CB9DD@x12.develooper.com> |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
On Fri, Aug 08, 2008 at 10:34:50AM -0700, larry@cvs.develooper.com wrote: : Author: larry : Date: Fri Aug 8 10:34:49 2008 : New Revision: 14574 : : Modified: : doc/trunk/design/syn/S02.pod : : Log: : allow isolated ' and - in identifiers (only if followed by alpha) Darn the syntax highlighers, full speed ahead! :) I should point out that this change only caused two failures in the entire test suite, both of which were easily caught as syntax errors. (The main change is you can't say q'foo' anymore, but have to say q/foo/ or q 'foo', since q'foo is now a valid identifier.) Note this still doesn't allow identifiers like 'twas happenin' however. Larry |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:perl6-synopsis] r14574 - doc/trunk/design/syn, larry |
|---|---|
| Next by Date: | Re: [svn:perl6-synopsis] r14574 - doc/trunk/design/syn, Jon Lang |
| Previous by Thread: | [svn:perl6-synopsis] r14574 - doc/trunk/design/syn, larry |
| Next by Thread: | Re: [svn:perl6-synopsis] r14574 - doc/trunk/design/syn, Jon Lang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |