aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2015-12-11 04:37:23 -0700
committerAndrew Kelley <superjoe30@gmail.com>2015-12-11 04:37:23 -0700
commit4c16eaa6401786e6c2de84d7c9f231107d6f2cb7 (patch)
tree7dc60a98372a931491269883a0248c4020bf42f9 /README.md
parentf740268ab7f224e29e609b0784cc3d0494ba0eb0 (diff)
downloadzig-4c16eaa6401786e6c2de84d7c9f231107d6f2cb7.tar.gz
zig-4c16eaa6401786e6c2de84d7c9f231107d6f2cb7.zip
readme: update current status
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e191efe859..f569dc4cb7 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ compromises backward compatibility.
### Current Status
* Core language features are lacking such as structs, enums, loops.
- * Only Linux is supported.
+ * Only Linux x86_64 is supported.
* Only building for the native target is supported.
* Have a look in the examples/ folder to see some code examples.
* Optimized machine code that Zig produces is indistinguishable from
@@ -52,6 +52,7 @@ compromises backward compatibility.
header files.
* The binaries produced by Zig have complete debugging information so you can,
for example, use GDB to debug your software.
+ * Inline assembly is supported.
## Building