aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2015-12-06 22:12:49 -0700
committerAndrew Kelley <superjoe30@gmail.com>2015-12-06 22:12:49 -0700
commitdfb48a2c6bc034dab8d7c17db8d67089fc68043d (patch)
treea9c5be11fb83311750338dea0c0962ef5457bb3e /README.md
parent5fd754c84a6018f19b595154752c61c1cff3f757 (diff)
downloadzig-dfb48a2c6bc034dab8d7c17db8d67089fc68043d.tar.gz
zig-dfb48a2c6bc034dab8d7c17db8d67089fc68043d.zip
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 50e6d33fd5..141f0b1de7 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,15 @@ compromises backward compatibility.
### Current Status
* Core language features are lacking such as structs, enums, loops.
+ * Only Linux 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
optimized machine code produced from equivalent C program.
- * Generating dynamic libraries, executables, object files, and C header files
- works.
+ * Zig can generate dynamic libraries, executables, object files, and C
+ header files.
+ * The binaries produced by Zig have complete debugging information so you can,
+ for example, use GDB to debug your software.
### Roadmap