CMakeLists.txt | 16 +- src/bigfloat.cpp | 11 +- src/bigfloat.hpp | 2 +- src/parse_f128.c | 1038 ++++++++++++++++++++++++++++++++ src/parse_f128.h | 23 + src/tokenizer.cpp | 4 +- test/compile_errors.zig | 4 +- test/stage1/behavior/eval.zig | 8 +- test/stage1/behavior/math.zig | 9 +- 9 files changed, 1090 insertions(+), 25 deletions(-)