Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Parsing EBNF with Perl 5 to eventually parse XML with Perl 6

by Matts (Deacon)
on Jul 08, 2002 at 11:25 UTC ( [id://180142]=note: print w/replies, xml ) Need Help??


in reply to Parsing EBNF with Perl 5 to eventually parse XML with Perl 6

Very interesting.

The only thing to watch out for is that XML can't be parsed using the grammar alone. The comments in the text of the spec are normative, not the grammar. If that wasn't the case I would have used one of the grammar generators (like Parse::YAPP, which can produce a standalone grammar) for XML::SAX::PurePerl.

Still, good effort. If perl 6 ever gets these regexps actually implemented (I have my doubts about that) then it's certainly going to be interesting writing parsers.

  • Comment on Re: Parsing EBNF with Perl 5 to eventually parse XML with Perl 6

Replies are listed 'Best First'.
Re^2: Parsing EBNF with Perl 5 to eventually parse XML with Perl 6
by audreyt (Hermit) on May 23, 2005 at 19:41 UTC
    Well, doubt no more, PGE has them implemented (as part of Parrot), and you can run them with Pugs today. :-)

Log In?
Username:
Password:

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

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

    No recent polls found