zig/doc
Andrew Kelley 4c6f1e614a
remove zig build --init. add zig init-lib and zig init-exe
init-lib creates a working static library with tests, and
init-exe creates a working hello world with a `run` target.

both now have test coverage with the new "cli tests" file.

closes #1035
2018-09-17 17:11:18 -04:00
..
codegen.md breaking syntax change: ??x to x.? (#1095) 2018-06-09 23:42:14 -04:00
docgen.zig docs: more syntax highlighting 2018-09-14 10:35:03 -04:00
langref.html.in remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
targets.md