Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Syntax highlighting EBNF grammar language

by BUU (Prior)
on Dec 04, 2004 at 11:32 UTC ( [id://412384]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    //--------------------------------------------------------------------
    +--
    // Global Declarations
    ...
    id              := [a-zA-Z]([a-zA-Z0-9_]* [a-zA-Z0-9])?
    
    newline         := '\n'+
    
  2. or download this
    program         : file(s)
    
    ...
    id              : /[a-zA-Z]([a-zA-Z0-9_]* [a-zA-Z0-9])?/
    
    newline         : /\n+/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (9)
As of 2024-04-23 07:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found