authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-02-05 00:13:37-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-02-05 00:13:37-07:00
log5f0a9a569e506d36cba1c959961cbd067f9fd722
tree6357023deef5b724c895505a398133e550814f2c
parent663a1d0cd56c933f6ce85c16924e161b5cb55a8a

another planned feature complete


1 files changed, 2 insertions(+), 2 deletions(-)

README.md+2-2
......@@ -36,6 +36,7 @@ compromises backward compatibility.
3636 for example, use GDB to debug your software.
3737 * Release mode produces heavily optimized code. What other projects call
3838 "Link Time Optimization" Zig does automatically.
39 * Mark functions as tests and automatically run them with `zig test`.
3940 * Supported architectures: `x86_64`
4041 * Supported operating systems: Linux
4142
......@@ -48,8 +49,7 @@ compromises backward compatibility.
4849 * Eliminate the need for configure, make, cmake, etc.
4950 * Eliminate the preprocessor, but (most) everything you can accomplish with
5051 the preprocessor, you can accomplish directly in the language.
51 * Ability to mark functions as test and automatically run them in test mode.
52 Automatically provide test coverage.
52 * Automatically provide test coverage.
5353 * Friendly toward package maintainers.
5454 * Ability to declare dependencies as Git URLS with commit locking (can
5555 provide a tag or sha1).