Author: audreyt
Date: Wed Jul 5 22:28:06 2006
New Revision: 9815
Modified:
doc/trunk/design/syn/S11.pod
Log:
* S11: TimToady++ changes this:
use v6-**; # this caused warnings in perl5
to this:
use v6-alpha;
which has the good effect of denoting this is _not_ Perl 6.0.0
and
Author: larry
Date: Wed Jul 5 16:27:04 2006
New Revision: 9814
Modified:
doc/trunk/design/syn/S04.pod
Log:
bracket mismatch spotted by TreyHarris++
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/
On Wed, 2006-07-05 at 16:09 -0400, Aaron Sherman wrote:
> The fourth of July weekend was fairly slow for me, so I started with
> Larry's S29 and went forward.
>
> My first pass at a revised S29 is attached.
I already see one problem. "as" slipped in, which is an operator, not a
function.
--
Aa
Larry (bless his wire-photographing heart) took the time to re-vamp S29.
Of course, this threw off all of my collating of S29, but that's fine
since he's actually answered more of my questions than I could have
hoped.
The fourth of July weekend was fairly slow for me, so I started with
Larry's S29
On 7/3/06, Paul Seamons <[EMAIL PROTECTED]> wrote:
It isn't specifically a parser designed for general language parsing, but
CGI::Ex::Template does have a mathematical expression parser.
Thanks, but this falls into the realm of existing wheels which is a
different part of this project.
pe