zig/src-self-hosted
Andrew Kelley 793f031c4c remove 32-bit windows from supported targets list
we still want to support it, but there are too many bugs
to claim that we support it right now.

See #537
2018-01-14 15:17:07 -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 replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00
module.zig replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00
parser.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
scope.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
target.zig Darwin -> MacOSX, added Zen. See #438 2018-01-06 23:10:53 -05:00
tokenizer.zig replace `a %% b` with `a catch b` 2018-01-07 17:28:20 -05:00