mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
update README
This commit is contained in:
parent
5fd754c84a
commit
dfb48a2c6b
1 changed files with 6 additions and 2 deletions
|
|
@ -43,11 +43,15 @@ 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 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
|
||||||
optimized machine code produced from equivalent C program.
|
optimized machine code produced from equivalent C program.
|
||||||
* Generating dynamic libraries, executables, object files, and C header files
|
* Zig can generate dynamic libraries, executables, object files, and C
|
||||||
works.
|
header files.
|
||||||
|
* The binaries produced by Zig have complete debugging information so you can,
|
||||||
|
for example, use GDB to debug your software.
|
||||||
|
|
||||||
### Roadmap
|
### Roadmap
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue