Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl Script Engine

by gjb (Vicar)
on Jan 22, 2004 at 12:16 UTC ( [id://323164]=note: print w/replies, xml ) Need Help??


in reply to Perl Script Engine

You could have a look at Parse::RecDescent. It's a general purpose recursive descent parser generator I've used successfully for a number of problems and that is written by Damian Conway.

Roughtly speaking, you specify the syntax of your language in an extended BNF like format and write semantic actions in Perl for the appropriate rules.

Hope this helps, -gjb-

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found