datalust / superpower

A C# parser construction toolkit with high-quality error reporting
Apache License 2.0
1.05k stars 98 forks source link

Fix arrays memory allocation. #144

Closed sq735 closed 2 years ago

sq735 commented 2 years ago

Fixed unnecessary zero-length array allocation.

nblumhardt commented 2 years ago

Thanks! 👍