root/ext/Pod-Event-Parser/README

Revision 5284, 1.0 kB (checked in by iblech, 4 years ago)

* Continued chromatic++'s work of s/Perl6/Perl 6/ in lib/, ext/, and docs/.
* Fixed alignment in READTHEM.

Line 
1---------------------------------------------------------------------
2 Pod::Event::Parser v0.0.2
3---------------------------------------------------------------------
4
5This is a very basic POD parser using an event based API (modeled
6after XML SAX parsers). My goal is to have a working POD parser for
7Pugs which can parse the Perl 6 Synposis POD documents.
8
9Not the greatest reason in the world, but thats about all I have
10for now :)
11
12And of course the act of writing this will hopefully produce a number
13of tests for specific features as well (already is has produced a few).
14
15Oh, and as to why a event based parser. For one, Pugs does not
16(yet) have support for the objects & complex data structures that other
17kinds of parser require. Also, since all that kind of stuff gets pushed
18onto the eventhandling portion, it really allows for the simple building of
19arbitrarily complex structures at a later date without having to
20re-write the parser itself, while still allowing for simpler techniques
21here in the Perl 6 Stone-Age. Oh yeah, and they are kinda fun too.
Note: See TracBrowser for help on using the browser.