src/all_types.hpp | 8 ++ src/codegen.cpp | 2 + src/ir.cpp | 179 ++++++++++++++++++++++++++++++++ src/ir_print.cpp | 11 ++ test/compile_errors.zig | 52 ++++++++++ test/stage1/behavior.zig | 1 + test/stage1/behavior/type.zig | 111 ++++++++++++++++++++ 7 files changed, 364 insertions(+)