Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: [Marpa::R2] More Help With Grammar (:discard whitespace fa fa fa)

by Anonymous Monk
on Nov 17, 2013 at 02:25 UTC ( [id://1062958]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ws                   ~ [ \f\r\t]+
    
  2. or download this
    blahblah ::= stuff continuationcharacter blahblah  ## recurse to self
             |   stuff endoflinestop
    
  3. or download this
     #!/usr/bin/perl --
    use strict; use warnings; use Data::Dump qw/ dd pp /;
    use Marpa::R2;
    ...
      ],
      [[["you"], ["and"], ["me"], ["girl"]], "\n"],
    ]
    
  4. or download this
    #!/usr/bin/perl --
    use strict; use warnings; use Data::Dump qw/ dd pp /;
    use Marpa::R2;
    ...
      ],
      [[["you"], ["and"], ["me"], ["girl"]], "\n"],
    ]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-16 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found