pegex-parser / pegex-pm

Pegex Parser for Perl
62 stars 22 forks source link

Support a subparse() method in the Parser library #19

Open ingydotnet opened 10 years ago

ingydotnet commented 10 years ago
my $final_position = $parser->subparse($input, $rule, $position);

Return -1 on failure?

ingydotnet commented 10 years ago

Swim.pm can use this feature, for performance gains.