Closed c42f closed 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.
p
0b123
0xenomorph
1.(
1._
0x.p0
<---
Refactor and regroup all the numeric tokenization tests which were confusingly grouped.
Fix #57 #172
A fairly big refactor of numeric literal tokenization error cases and a couple of other tokenizer errors ported from the flisp code.
p
suffix is missing.0b123
and0xenomorph
1.(
1._
0x.p0
<---
to follow compatibility with the reference parser.Refactor and regroup all the numeric tokenization tests which were confusingly grouped.
Fix #57 #172