zig/test
Andrew Kelley 8bc523219c add labeled loops, labeled break, labeled continue. remove goto
closes #346
closes #630

regression: translate-c can no longer translate switch statements.
after #629 we can ressurect and modify the code to utilize arbitrarily
returning from blocks.
2017-12-20 23:00:19 -05:00
..
cases add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00
standalone bring back code that uses export and fix tests 2017-12-19 02:39:43 -05:00
assemble_and_link.zig `@import("builtin")` instead of `@compileVar` 2017-05-01 13:12:38 -04:00
behavior.zig add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00
build_examples.zig std.os.ChildProcess: on windows cwd affects exe search path 2017-10-16 02:30:03 -04:00
compare_output.zig bring back code that uses export and fix tests 2017-12-19 02:39:43 -05:00
compile_errors.zig add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00
debug_safety.zig debug safety for unions 2017-11-16 21:15:15 -05:00
tests.zig add higher level arg-parsing API + misc. changes 2017-12-06 18:12:05 -05:00
translate_c.zig add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00