JuliaSyntax.jl
JuliaSyntax.jl copied to clipboard
surprising error for two commas
julia> a,,b
ERROR: ParseError:
Error: unexpected closing token
I don't see this as a closing token. The standard parser says
julia> a,,b
ERROR: syntax: unexpected ","
which seems to make more sense.