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

typo

Open ZacLN opened this issue 8 years ago • 0 comments

There's a typo here where the argument of reverse! should presumably be lst (PR #72) but in finding it I uncovered a bug.

parse("[1,2;3]")

results in ERROR: MethodError: no method matching merge(::Expr, ::Base.#next) rather than a JuliaParser generated error message.

parse("[1;2,3]") gives the expected error

ZacLN avatar Jan 17 '17 19:01 ZacLN