Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Parse::RecDescent

by Masem (Monsignor)
on Apr 23, 2001 at 02:25 UTC ( [id://74609]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    names = John Joe "Mary Sue" James
    
  2. or download this
    startrule:             calculation
    statement:             grouped_op | number
    ...
    add_calculation:       statement '+' statement
    subtract_calculation:  statement '-' statement
    number:                /\d+/
    
  3. or download this
    #!/usr/bin/perl -wT
    
    ...
         print $test . ': ' .
             ( defined($parser->startrule( $test ) )?"good":"bad") . "\n";
    }
    
  4. or download this
    #!/usr/bin/perl -wT
    
    ...
    #6 + (3 - 2): 7
    #(6 + (3 - 2)) + 1: 8
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-18 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found