CMakeLists.txt | 1 + README.md | 2 +- src/all_types.hpp | 3 + src/analyze.cpp | 23 +++ src/codegen.cpp | 41 ++++- src/link.cpp | 3 + std/compiler_rt.zig | 269 ++++++++++++++++++++++++++++++++ test/self_hosted.zig | 14 ++ 8 files changed, 353 insertions(+), 3 deletions(-)