Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Grammar translators

by polettix (Vicar)
on Oct 12, 2007 at 00:44 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-20 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found