JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Fix various numeric literal token errors #196

Closed c42f closed 1 year ago

c42f commented 1 year ago

A fairly big refactor of numeric literal tokenization error cases and a couple of other tokenizer errors ported from the flisp code.

Refactor and regroup all the numeric tokenization tests which were confusingly grouped.

Fix #57 #172