src/all_types.hpp | 25 ++ src/analyze.cpp | 11 + src/analyze.hpp | 3 + src/codegen.cpp | 37 +++ src/ir.cpp | 555 ++++++++++++++------------------ src/ir_print.cpp | 26 ++ test/self_hosted2.zig | 14 + 7 files changed, 365 insertions(+), 306 deletions(-)