authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2015-12-06 22:12:49-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2015-12-06 22:12:49-07:00
logdfb48a2c6bc034dab8d7c17db8d67089fc68043d
treea9c5be11fb83311750338dea0c0962ef5457bb3e
parent5fd754c84a6018f19b595154752c61c1cff3f757

update README


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

README.md+6-2
......@@ -43,11 +43,15 @@ compromises backward compatibility.
4343### Current Status
4444
4545 * Core language features are lacking such as structs, enums, loops.
46 * Only Linux is supported.
47 * Only building for the native target is supported.
4648 * Have a look in the examples/ folder to see some code examples.
4749 * Optimized machine code that Zig produces is indistinguishable from
4850 optimized machine code produced from equivalent C program.
49 * Generating dynamic libraries, executables, object files, and C header files
50 works.
51 * Zig can generate dynamic libraries, executables, object files, and C
52 header files.
53 * The binaries produced by Zig have complete debugging information so you can,
54 for example, use GDB to debug your software.
5155
5256### Roadmap
5357