zig/src-self-hosted
Andrew Kelley 6fece14cfb self-hosted: build against zig_llvm and embedded LLD
Now the self-hosted compiler re-uses the same C++ code for interfacing
with LLVM as the C++ code.
It also links against the same LLD library files.
2017-12-26 19:44:08 -05:00
..
ast.zig roughly parsing infix operators 2017-12-17 11:16:55 -07:00
c.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
ir.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
llvm.zig port most of main.cpp to self hosted compiler 2017-12-23 00:57:56 -05:00
main.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
module.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
parser.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
scope.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
target.zig port most of main.cpp to self hosted compiler 2017-12-23 00:57:56 -05:00
tokenizer.zig [self-hosted] source must be valid utf8. see #663 2017-12-23 21:47:13 -07:00