I’m currently working on making grok index all X<> (and maybe C<>) tags in Pod documents. The user will then be able to look them up and see which docs contain the search term in question.
(more…)
July 29, 2009
Tagging, FAIL, regexes
July 24, 2009
Grok refactor
As the title suggests, I reorganized the grok a bit, in addition to adding a few new features.
(more…)
July 22, 2009
On to the man pages
This week I’ve been working on the perlintro document found in the pugs repository, as well as porting Perl 5’s perlsyn. These are the most “basic” man pages about the language, and should be ported first (especially since many of the more specific bits in Perl 6 are still in flux).
(more…)
July 16, 2009
Lucky 0.13
I just uploaded grok 0.13 to PAUSE. It has the things I mentioned in my last post, plus some bug fixes.
(more…)
July 11, 2009
Half way there
With Summer of Code’s mid-term evaluations coming up, some interesting things are about to happen to grok. I was contacted by Herbert Breunung, author of Perl6::Doc (formerly Perl6::Bible), which is a project that shares some of grok’s goals.
(more…)
July 1, 2009
grok 0.09 is out
The code is starting to take a more stable form. I’ve prepended an underscore to all private/internal subroutines and documented the rest. Perl authors wishing to use grok’s functionality will now have an easier time doing so.
(more…)