Skip to content

Stack overflow bug fix release

Latest
Compare
Choose a tag to compare
@joeljunstrom joeljunstrom released this 08 Jan 04:46
· 3 commits to master since this release

Fixes issue with parsing large files throwing stack level to deep due. Replaces usage of recursion with a simple loop.