ConnorSkees
|
b5c1fb2013
|
ignore non-ascii numeric characters in numbers
|
2020-05-24 13:08:31 -04:00 |
|
ConnorSkees
|
bc12c0b4e7
|
refactor number parsing to reduce nesting
|
2020-05-23 01:49:21 -04:00 |
|
ConnorSkees
|
03316161a8
|
remove superfluous is_float variable
|
2020-04-28 15:49:19 -04:00 |
|
ConnorSkees
|
bc09e49c89
|
remove is_float field of ParsedNumber
|
2020-04-28 15:28:50 -04:00 |
|
ConnorSkees
|
bcbf3f4a90
|
clippy
|
2020-04-28 15:14:44 -04:00 |
|
ConnorSkees
|
a9ec7ff73f
|
fix issue where only 0 would be emitted for non-scientific-notation numbers
|
2020-04-28 14:49:00 -04:00 |
|
ConnorSkees
|
a183a9ffa2
|
optimize parsing of numbers
This makes parsing of floats roughly 10x faster
|
2020-04-28 13:18:54 -04:00 |
|
ConnorSkees
|
2ee4396978
|
handle scientific notation in numbers
|
2020-04-28 12:15:10 -04:00 |
|
ConnorSkees
|
3805eaab2b
|
clippy
|
2020-04-21 18:22:26 -04:00 |
|
ConnorSkees
|
c031286c9a
|
refactor number and interpolation utils to separate file
|
2020-04-20 14:49:29 -04:00 |
|