Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Clunky parsing problem, looking for simple solution

by kvale (Monsignor)
on Jun 16, 2002 at 03:26 UTC ( [id://174894]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <stmt> :=   <matched-stmt>
              | <unmatched-stmt>
    ...
                     | <other-stmt>
    <unmatched-stmt> :=  "IF" <expr> "THEN" <stmt>
                       | "IF" <expr> "THEN" <matched-stmt> "ELSE" <unmatch
    +ed-stmt>
    
  2. or download this
    sub stmt
    {
    ...
    }
    
    # etc.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 17:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found