drop gcc by default, any type

This commit is contained in:
2026-03-12 14:24:44 +01:00
parent 70640b3062
commit 192cff8f8d
5 changed files with 64 additions and 26 deletions

View File

@@ -6,9 +6,8 @@ A very cool language
* Clean indentation-based syntax
* Compiles to x86_64 Assembly
* Growing [standard library](https://github.com/antpiasecki/zern/tree/main/src/std)
* Produces tiny static executables (~30KB with musl)
* Produces tiny static executables (11KB for `hello.zr`)
* No libc required!
* Sometimes works
* Has the pipe operator
## Syntax