Marek Rouchal DAT CAD HW Tel 25849 wrote:
>
> Hello all,
>
> I didn't manage to read all of your discussion, but let me elaborate a
> little on Pod::StdParser or Pod::Compiler and its benefits.
I was proposing Pod::StdParser as a more low-level approach that generated
callbacks instead of building a DOM tree (which it sounds like your prototype
is doing). The thought was that a simple API with the required functionality
would be simpler/easier to understand and use, and more efficient than a DOM
tree approach.
Perhaps I'm overestimating the complexity of the approach, and the two-pass
save/restore issue you mention could be nice.
Looking forward to seeing what you've wrought, thanks for digging in to it.
- Barrie