BRANCH_TODO | 13 +-- CMakeLists.txt | 6 +- src/Compilation.zig | 68 +++++++++++--- src/llvm.zig | 3 + src/main.zig | 157 +++++++++++++++++++++++++------- src/stage1.zig | 19 ++-- src/stage1/all_types.hpp | 11 +-- src/stage1/codegen.cpp | 75 +++++---------- src/stage1/stage1.cpp | 13 +-- src/stage1/stage1.h | 24 +++-- src/stage1/zig0.cpp | 13 ++- test/cli.zig | 19 ++-- 12 files changed, 263 insertions(+), 158 deletions(-)