implement our own malloc/free, finally drop libc

This commit is contained in:
2026-03-12 10:02:51 +01:00
parent 3fdf7bb99d
commit 1e7657ea2a
4 changed files with 139 additions and 91 deletions

View File

@@ -7,7 +7,7 @@ A very cool language
* Compiles to x86_64 Assembly
* Growing [standard library](https://github.com/antpiasecki/zern/tree/main/src/std)
* Produces tiny static executables (~30KB with musl)
* ~~No libc required~~ (SOON; still used for memory allocation and DNS resolution)
* No libc required!
* Sometimes works
* Has the pipe operator