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....@@ -14,6 +14,8 @@ compromises backward compatibility.
1414
15## Existing Features15## 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.
17 * Compile units do not depend on libc unless explicitly linked.19 * Compile units do not depend on libc unless explicitly linked.
18 * Provides standard library which competes with the C standard library and is20 * Provides standard library which competes with the C standard library and is
19 always compiled against statically in source form.21 always compiled against statically in source form.
...@@ -39,7 +41,6 @@ compromises backward compatibility....@@ -39,7 +41,6 @@ compromises backward compatibility.
3941
40## Planned Features42## Planned Features
4143
42 * Completely compatible with C libraries with no wrapper necessary.
43 * In addition to creating executables, creating a C library is a primary use44 * In addition to creating executables, creating a C library is a primary use
44 case. You can export an auto-generated .h file.45 case. You can export an auto-generated .h file.
45 * Generics so that one can write efficient data structures that work for any46 * Generics so that one can write efficient data structures that work for any