JuliaString / Format.jl

A Julia package to provide C and Python-like formatting support
Other
40 stars 6 forks source link

Rewrite printf handling, fix bugs #54

Closed ScottPJones closed 4 years ago

ScottPJones commented 4 years ago

Rewrote the cfmt() printf handling, using printf.jl, which is based/inspired by the latest version of julia/stdlib/Printf/src/Printf.jl, including Jacob Quinn's changes.