in reply to Re: But perl is not guessing!
in thread Appropriate CPAN namespace for perl parser
Is it EVER possible to write a proper and full perl parser without using perl itself... The B modules demonstrate this.The B modules are using "perl itself" to do the parsing. That's why they can get it right.
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: But perl is not guessing!
by adamk (Chaplain) on Feb 13, 2002 at 13:48 UTC | |
by demerphq (Chancellor) on Feb 14, 2002 at 16:39 UTC |