| ... | @@ -43,11 +43,15 @@ compromises backward compatibility. | ... | @@ -43,11 +43,15 @@ compromises backward compatibility. |
| 43 | ### Current Status | 43 | ### Current Status |
| 44 | | 44 | |
| 45 | * Core language features are lacking such as structs, enums, loops. | 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 | * Have a look in the examples/ folder to see some code examples. | 48 | * Have a look in the examples/ folder to see some code examples. |
| 47 | * Optimized machine code that Zig produces is indistinguishable from | 49 | * Optimized machine code that Zig produces is indistinguishable from |
| 48 | optimized machine code produced from equivalent C program. | 50 | optimized machine code produced from equivalent C program. |
| 49 | * Generating dynamic libraries, executables, object files, and C header files | 51 | * Zig can generate dynamic libraries, executables, object files, and C |
| 50 | works. | 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 | ### Roadmap | 56 | ### Roadmap |
| 53 | | 57 | |