JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Error with invalid `do` #360

Closed jakobnissen closed 1 year ago

jakobnissen commented 1 year ago

Observed in the wild:

julia> r"x" do x
┌ Error: JuliaSyntax parser failed — falling back to flisp!
c42f commented 1 year ago

I can reproduce on v0.4.1 but I can't reproduce this on any recent version. I think it's been fixed for a while now :)