CMakeLists.txt | 1 + doc/langref.md | 6 +- src/all_types.hpp | 1 - src/codegen.cpp | 3 - src/main.cpp | 40 ++++++++ src/target.cpp | 169 ++++++++++++++++++++++++++++++++ src/target.hpp | 51 ++++++++++ src/zig_llvm.cpp | 24 +++++ src/zig_llvm.hpp | 149 +++++++++++++++++++++++++++- 9 files changed, 435 insertions(+), 9 deletions(-)