| ... | ... | @@ -43,11 +43,15 @@ compromises backward compatibility. |
| 43 | 43 | ### Current Status |
| 44 | 44 | |
| 45 | 45 | * Core language features are lacking such as structs, enums, loops. |
| 46 | * Only Linux is supported. |
| 47 | * Only building for the native target is supported. |
| 46 | 48 | * Have a look in the examples/ folder to see some code examples. |
| 47 | 49 | * Optimized machine code that Zig produces is indistinguishable from |
| 48 | 50 | optimized machine code produced from equivalent C program. |
| 49 | | * Generating dynamic libraries, executables, object files, and C header files |
| 50 | | works. |
| 51 | * Zig can generate dynamic libraries, executables, object files, and C |
| 52 | header files. |
| 53 | * The binaries produced by Zig have complete debugging information so you can, |
| 54 | for example, use GDB to debug your software. |
| 51 | 55 | |
| 52 | 56 | ### Roadmap |
| 53 | 57 | |