Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Whitespace-important parsing with Parse::RecDescent (eg. HAML, Python)

by aufflick (Deacon)
on Jan 20, 2016 at 23:29 UTC ( #1153218=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %p
      %span foo
    
  2. or download this
    <autotree>
    
    startrule           : <skip:''> block(s?)
    ...
    line_body    : /.*/
    plain_text   : backslash ('%' | '!' | '.' | '#' | '-' | '/' | '=' | '&
    +' | ':' | '~') /.*/ | /.*/
    backslash    : '\\'
    
  3. or download this
    -# haml comment
    %p a paragraph
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2023-12-11 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?