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