On 04/25/2016 03:27 PM, Tadeusz Sośnierz wrote:
On 25/04/16 14:13, Tom Browder wrote:
I would like to hack on the pod handling code (particularly the HTML
generation) but it seems to be quite scattered around github. Is
<github.com/perl6/Pod::To::HTML
<http://github.com/perl6/Pod::To::HTML>> the definitive repo location
for that chunk?
Yes, that's the module that turns Pod AST into HTML. That's what you're
looking for :)
<pedantic>
It's a document tree, not really an AST.
The AST is an intermediate format inside the compiler that user-space
modules don't see.
</pedantic>
Cheers,
Moritz :-)