mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
readme: update current status
This commit is contained in:
parent
f740268ab7
commit
4c16eaa640
@ -43,7 +43,7 @@ compromises backward compatibility.
|
|||||||
### Current Status
|
### Current Status
|
||||||
|
|
||||||
* Core language features are lacking such as structs, enums, loops.
|
* 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.
|
* Only building for the native target is supported.
|
||||||
* Have a look in the examples/ folder to see some code examples.
|
* Have a look in the examples/ folder to see some code examples.
|
||||||
* Optimized machine code that Zig produces is indistinguishable from
|
* Optimized machine code that Zig produces is indistinguishable from
|
||||||
@ -52,6 +52,7 @@ compromises backward compatibility.
|
|||||||
header files.
|
header files.
|
||||||
* The binaries produced by Zig have complete debugging information so you can,
|
* The binaries produced by Zig have complete debugging information so you can,
|
||||||
for example, use GDB to debug your software.
|
for example, use GDB to debug your software.
|
||||||
|
* Inline assembly is supported.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user