JuliaString / InternedStrings.jl

Fully transparent string interning functionality, with proper garbage collection
Other
27 stars 6 forks source link

Make String Interpolation work #1

Closed oxinabox closed 6 years ago

oxinabox commented 6 years ago

@JobJob says:

macro test_str(sraw)
    str = parse(string('"', sraw, '"'))
end

a = 10^6
test"hi $a"

I should do that.