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....@@ -43,7 +43,7 @@ compromises backward compatibility.
43### Current Status43### Current Status
4444
45 * Core language features are lacking such as structs, enums, loops.45 * Core language features are lacking such as structs, enums, loops.
46 * Only Linux is supported.46 * Only Linux x86_64 is supported.
47 * Only building for the native target is supported.47 * Only building for the native target is supported.
48 * Have a look in the examples/ folder to see some code examples.48 * Have a look in the examples/ folder to see some code examples.
49 * Optimized machine code that Zig produces is indistinguishable from49 * Optimized machine code that Zig produces is indistinguishable from
...@@ -52,6 +52,7 @@ compromises backward compatibility....@@ -52,6 +52,7 @@ compromises backward compatibility.
52 header files.52 header files.
53 * The binaries produced by Zig have complete debugging information so you can,53 * The binaries produced by Zig have complete debugging information so you can,
54 for example, use GDB to debug your software.54 for example, use GDB to debug your software.
55 * Inline assembly is supported.
5556
56## Building57## Building
5758