Subject: | Better debugging or tracing features |
Would be useful to get some amount of debug/tracing when developing
parsers, giving feedback on where in the parse process it is, why it is
backtracking, etc etc...
Suggested API might look like
my $parser = SomeParser->new( debug_flags => $bitmask );
with some bit flags. Maybe a few exported constants with common bitflags.
--
Paul Evans