Re: [perl #48028] [DEPRECATED] PGE::P6Regex

2008-03-29 Thread Will Coleda
On Sat, Mar 29, 2008 at 12:42 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > As of this morning only the following files still need conversion > for P6Regex, P6Grammar, and/or pgc: > > examples/pge/all.pir > languages/tap/Makefile > > The examples/pge/all.pir file is a very outdated

Re: [perl #48028] [DEPRECATED] PGE::P6Regex

2008-03-29 Thread chromatic
On Saturday 29 March 2008 09:42:55 Patrick R. Michaud wrote: > As of this morning only the following files still need conversion > for P6Regex, P6Grammar, and/or pgc: > > examples/pge/all.pir > languages/tap/Makefile > > The examples/pge/all.pir file is a very outdated example of > writing

Re: [perl #48028] [DEPRECATED] PGE::P6Regex

2008-03-29 Thread Patrick R. Michaud
As of this morning only the following files still need conversion for P6Regex, P6Grammar, and/or pgc: examples/pge/all.pir languages/tap/Makefile The examples/pge/all.pir file is a very outdated example of writing parsers using PGE -- the new way of doing it is to use Perl6Grammar or som