You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> for i in 1:3, j in i:3, k in j:3
ERROR: ParseError:
Error: premature end of input
@ REPL[122]:2:1
for i in 1:3, j in i:3, k in j:3
Error: Expected `end` but got unexpected tokens
@ REPL[122]:2:1
for i in 1:3, j in i:3, k in j:3
Getting this error in the REPL
Julia v1.8.0
JuliaSyntax.jl v0.1.0
Getting this error in the REPL
Julia v1.8.0
JuliaSyntax.jl v0.1.0