authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-01-31 23:40:56-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-01-31 23:40:56-07:00
logc1b5518a65acd646c23e763a57c9eb78e533d61a
treea5624fdd824d23ece76e18fc4bdaf5b43e964c91
parent2e092e08f4fefa3fcd05484a755db5f5eef8e9cd

roadmap item acheived enough to put in README


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

README.md+2-1
......@@ -14,6 +14,8 @@ compromises backward compatibility.
1414
1515## Existing Features
1616
17 * Compatible with C libraries with no wrapper necessary. Directly include
18 C .h files and get access to the functions and symbols therein.
1719 * Compile units do not depend on libc unless explicitly linked.
1820 * Provides standard library which competes with the C standard library and is
1921 always compiled against statically in source form.
......@@ -39,7 +41,6 @@ compromises backward compatibility.
3941
4042## Planned Features
4143
42 * Completely compatible with C libraries with no wrapper necessary.
4344 * In addition to creating executables, creating a C library is a primary use
4445 case. You can export an auto-generated .h file.
4546 * Generics so that one can write efficient data structures that work for any