diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2015-12-11 04:37:23 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2015-12-11 04:37:23 -0700 |
| commit | 4c16eaa6401786e6c2de84d7c9f231107d6f2cb7 (patch) | |
| tree | 7dc60a98372a931491269883a0248c4020bf42f9 /README.md | |
| parent | f740268ab7f224e29e609b0784cc3d0494ba0eb0 (diff) | |
| download | zig-4c16eaa6401786e6c2de84d7c9f231107d6f2cb7.tar.gz zig-4c16eaa6401786e6c2de84d7c9f231107d6f2cb7.zip | |
readme: update current status
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
