| ... | ... | @@ -14,6 +14,8 @@ compromises backward compatibility. |
| 14 | 14 | |
| 15 | 15 | ## Existing Features |
| 16 | 16 | |
| 17 | * Compatible with C libraries with no wrapper necessary. Directly include |
| 18 | C .h files and get access to the functions and symbols therein. |
| 17 | 19 | * Compile units do not depend on libc unless explicitly linked. |
| 18 | 20 | * Provides standard library which competes with the C standard library and is |
| 19 | 21 | always compiled against statically in source form. |
| ... | ... | @@ -39,7 +41,6 @@ compromises backward compatibility. |
| 39 | 41 | |
| 40 | 42 | ## Planned Features |
| 41 | 43 | |
| 42 | | * Completely compatible with C libraries with no wrapper necessary. |
| 43 | 44 | * In addition to creating executables, creating a C library is a primary use |
| 44 | 45 | case. You can export an auto-generated .h file. |
| 45 | 46 | * Generics so that one can write efficient data structures that work for any |