|
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 | |
|---|
| 5 | This is a very basic Kwid parser using an event based API (modeled |
|---|
| 6 | after XML SAX parsers). Much of the code is directly swiped from the |
|---|
| 7 | Pod::Event::Parser module, just modified to understand Kwid source |
|---|
| 8 | instead of POD source. |
|---|
| 9 | |
|---|
| 10 | The purpose for this module is quite simple. We have plenty of Kwid |
|---|
| 11 | documents in the Pugs distribution, and currently no means to parse |
|---|
| 12 | or display them. The Perl 5 Kwid parser should be available soon, but |
|---|
| 13 | why have it in Perl 5, when you can have it in Perl 6 ;) |
|---|