Perl5-IDEA
Perl5-IDEA copied to clipboard
Clean up parser inheritance
We are extending parser to customize it for derived languages. But this logic should be incapsulated in the builder passed to the parser. And parser should stay the same. E.g. - semicolons handling logic.