Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Modules available for parsing with perl

by integral (Hermit)
on Feb 27, 2005 at 23:16 UTC ( [id://434944]=perlquestion: print w/replies, xml ) Need Help??

integral has asked for the wisdom of the Perl Monks concerning the following question:

For various reasons I've been thinking about parsing, with Perl, quite a bit recently. I'm curious about what more unusual modules and methods are available for parsing with Perl. So far I have on my List:

What have I missed?

--
integral, irc://irc.freenode.net/#perl

Replies are listed 'Best First'.
Re: Modules available for parsing with perl
by brian_d_foy (Abbot) on Feb 27, 2005 at 23:51 UTC
Re: Modules available for parsing with perl
by jmcnamara (Monsignor) on Feb 28, 2005 at 00:53 UTC

    perl-byacc, a version of Berkeley yacc that produces parsers in Perl.

    --
    John.

Re: Modules available for parsing with perl
by kvale (Monsignor) on Feb 27, 2005 at 23:30 UTC
    Add to that list hand-coded parsers. With Perl regular expressions, it is very easy (relative to most other languages) to implement a top-down, recursive descent parser on your own.

    -Mark

Re: Modules available for parsing with perl
by castaway (Parson) on Feb 28, 2005 at 06:15 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://434944]
Approved by Paulster2
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-03-28 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found