authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2015-12-11 04:37:23-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2015-12-11 04:37:23-07:00
log4c16eaa6401786e6c2de84d7c9f231107d6f2cb7
tree7dc60a98372a931491269883a0248c4020bf42f9
parentf740268ab7f224e29e609b0784cc3d0494ba0eb0

readme: update current status


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

README.md+2-1
......@@ -43,7 +43,7 @@ compromises backward compatibility.
4343### Current Status
4444
4545 * Core language features are lacking such as structs, enums, loops.
46 * Only Linux is supported.
46 * Only Linux x86_64 is supported.
4747 * Only building for the native target is supported.
4848 * Have a look in the examples/ folder to see some code examples.
4949 * Optimized machine code that Zig produces is indistinguishable from
......@@ -52,6 +52,7 @@ compromises backward compatibility.
5252 header files.
5353 * The binaries produced by Zig have complete debugging information so you can,
5454 for example, use GDB to debug your software.
55 * Inline assembly is supported.
5556
5657## Building
5758