.gitignore | 8 +-- CMakeLists.txt | 124 +++++++------------------------- cmake/Findclang.cmake | 63 ++++++++++++++++ cmake/Findllvm.cmake | 116 ++++++++++++++++++++++++++++++ src/bigfloat.hpp | 7 +- src/bigint.cpp | 37 ++++------ src/bigint.hpp | 2 +- src/buffer.hpp | 4 +- src/codegen.cpp | 15 +--- src/parsec.cpp | 2 +- src/parser.cpp | 10 +-- src/parser.hpp | 2 +- src/quadmath.hpp | 64 ++++++++--------- src/tokenizer.cpp | 2 +- src/util.hpp | 65 +++++++++-------- 15 files changed, 299 insertions(+), 222 deletions(-)