Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Parse::RecDescent grammar definition

by citromatik (Curate)
on Mar 21, 2011 at 11:17 UTC ( [id://894476]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $p2 = Parse::RecDescent->new(q(
                                    hyphen     : "-"
    ...
    ));
    $p2->Format('a-');
    $p2->Format('-a');
    
  2. or download this
    $VAR1 = {
              'Post' => '-',
              '__RULE__' => 'Entry'
            };
    
  3. or download this
    $VAR1 = {
              'Post' => 'a-',
    ...
              '__RULE__' => 'Entry'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 07:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found