JuliaLang / Tokenize.jl

Tokenization for Julia source code
Other
104 stars 30 forks source link

Hexadecimal ints #93

Open KristofferC opened 7 years ago

KristofferC commented 7 years ago

https://github.com/JuliaLang/julia/issues/16356#issuecomment-312267173

Cc @ZacLN

ZacLN commented 7 years ago

Erg, if they go through with disallowing juxtaposition we'll need to add new integer types for hex, oct, etc. .. and may as well add specific Token types for Float64/32