goccy / p5-Compiler-Lexer

Lexical Analyzer for Perl5
Other
46 stars 17 forks source link

#53 re-fix - dynamic buffer allocation #63

Closed y3i12 closed 2 months ago

y3i12 commented 9 years ago

The Fixed amount added by the patch of issue #53 did not solved all the cases - dynamical reallocation was implemented to create a better solution; Added missing file META.yml;

xsawyerx commented 9 years ago

META.yml is generated from make dist, so no need to add it.

@y3i12++

y3i12 commented 9 years ago

Also solves #60 and #59.

goccy commented 8 years ago

Please check performance. I'm worried that the speed becomes slower.