Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Grammar translators

by polettix (Vicar)
on Oct 12, 2007 at 00:44 UTC ( #644357=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ALPHA  :  /[A-Za-z]/
    BIT    :  /[01]/
    ...
    hex_val            :  "x" (_hex_val_range | _hex_val_concats )
    
    prose_val          :  "<" /[\x20-\x3d\x3f-\x73]*/ ">"
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    print {*STDERR} "parsed it all\n" unless length $grammar;
    
    print {*STDOUT} $parsed;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2023-04-02 00:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?