root/ext/Kwid-Event-Parser/README

Revision 2807, 0.6 kB (checked in by iblech, 4 years ago)

* Added EOLs at EOFs to src/ and ext/.
* Added the usual svn properties to ext/Kwid-Event-Parser.

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1---------------------------------------------------------------------
2 Kwid::Event::Parser v0.0.1
3---------------------------------------------------------------------
4
5This is a very basic Kwid parser using an event based API (modeled
6after XML SAX parsers). Much of the code is directly swiped from the
7Pod::Event::Parser module, just modified to understand Kwid source
8instead of POD source.
9
10The purpose for this module is quite simple. We have plenty of Kwid
11documents in the Pugs distribution, and currently no means to parse
12or display them. The Perl 5 Kwid parser should be available soon, but
13why have it in Perl 5, when you can have it in Perl 6 ;)
Note: See TracBrowser for help on using the browser.