JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Parser fuzz testing tools and fixes #185

Closed c42f closed 1 year ago

c42f commented 1 year ago

Some fuzz testing tooling to check that the parser doesn't crash on randomly generated source strings.

Fix several problems found with this: