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

The implementation of NameResolution.jl for Julia language.

Results 11 JuliaVariables.jl issues
Sort by recently updated
recently updated
newest added

Looks like `rmlines` is not exported: ```julia julia> println(func |> rmlines) ERROR: UndefVarError: rmlines not defined Stacktrace: [1] top-level scope at REPL[4]:1 julia> println(func |> JuliaVariables.rmlines) []function (f)(x) y =...