JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Disallow juxtaposition of strings with blocks #285

Closed c42f closed 1 year ago

c42f commented 1 year ago

Disallow syntax like "a"begin end. Add a few more tests for juxtapositon.

Part of #270