Brad Appleton wrote:
> 
> Marek has been doing similar work on an experimental
> Pod::Compiler module that sounds suspiciously like your
> Pod::StdParser. Definitely make sure you look at each
> other's code before going too much further.

I haven't seen it published anywhere, but his previous description sounds very much
DOMish.  This isn't DOMish: it doesn't build a tree of objects, it is a lot like
Pod::Parser in that it generates events during parsing and provides an OO scaffolding
for handling those events (by overloading at this time, perhaps by callback later).

If Marek will point me to his code, I'll gladly peruse it.

Do you have any feedback on Pod::StdParser & Pod::Tests in the meanwhile?

- Barrie

Reply via email to