Added fast_float to benchmark
Fixed pointer constness in strtof.
Changed premake to compile in C99 now.
Added Debug/Release configuration, reworked encoding to be closer to blog post.
Removed obsolete message. Explicit overflow and underflow.
Reworked algorithm to fit the first two blog posts.
Implementing round-to-even for float32
Added stats to detect whether the errors were 1ULP or more
Fixed infinity float64 bug
Fixed overflow in digit parsing.
Improved rounding with boundaries subnormal/normal
More accurately rounded power of tens table
First tentative, yet to be tweaked
Setup repo ready for development.