zig/src-self-hosted
Andrew Kelley e1c03d9e8e self-hosted compiler works on windows
* better error message for realpath failing
 * fix bug in std.io.readFileAllocExtra incorrectly returning
   error.EndOfStream
 * implement std.os.selfExePath and std.os.selfExeDirPath for windows
2018-01-04 13:48:45 -05:00
..
ast.zig roughly parsing infix operators 2017-12-17 11:16:55 -07:00
c.zig fix self hosted compiler on windows 2018-01-03 04:55:49 -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 add building the self hosted compiler to the main test suite 2018-01-03 18:25:17 -05:00
module.zig self-hosted compiler works on windows 2018-01-04 13:48:45 -05:00
parser.zig fix self-hosted parser test 2017-12-26 23:29:15 -07: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 add building the self hosted compiler to the main test suite 2018-01-03 18:25:17 -05:00