JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
266 stars 32 forks source link

Bad error message for ? : and tuple #434

Open LilithHafner opened 1 month ago

LilithHafner commented 1 month ago
julia> true ? 1, 2 : 3
ERROR: ParseError:
# Error @ REPL[1]:1:9
true ? 1, 2 : 3
#       └ ── space required before `:` in `?` expression
Stacktrace:
 [1] top-level scope
   @ REPL:1