diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 22:44:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 22:44:27 +0000 |
commit | 8cd7955893792dd3ae9bfaf61ca10fa3182273ac (patch) | |
tree | 31e77f9a2cac8345acb2320739e438eee3877e3e /pod/perlfaq4.pod | |
parent | b193a46a487da8f58988b6f01ca123407b8fda72 (diff) | |
download | perl-8cd7955893792dd3ae9bfaf61ca10fa3182273ac.tar.gz |
more warnings tidy-ups (from Paul Marquess)
p4raw-id: //depot/perl@5747
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r-- | pod/perlfaq4.pod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index b8ccfba847..e997a8fcb9 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -446,9 +446,7 @@ parser. If you are serious about writing a parser, there are a number of modules or oddities that will make your life a lot easier. There are the CPAN modules Parse::RecDescent, Parse::Yapp, and Text::Balanced; -the byacc program; and Mark-Jason -Dominus's excellent I<py> tool at http://www.plover.com/%7Emjd/perl/py/ -. +and the byacc program. One simple destructive, inside-out approach that you might try is to pull out the smallest nesting parts one at a time: |