ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Fix parser not handling exponents in numbers #383

Closed ElectreAAS closed 1 year ago

ElectreAAS commented 1 year ago

The parser can't currently handle numbers with exponents in them, e.g. 3e7. I added a small test showcasing the problem and a fix to the parser to actually solve the problem.