JuliaSyntax.jl icon indicating copy to clipboard operation
JuliaSyntax.jl copied to clipboard

Handle error nodes in Expr construction

Open pfitzseb opened this issue 3 years ago • 0 comments

This makes parse(Expr, ...) succeed even when error nodes were emitted previously.

I'm not sure we even want this, but I feel like there's some value to never getting an exception when parsing arbitrary invalid code.

pfitzseb avatar Aug 31 '22 09:08 pfitzseb