include "statement"

This commit is contained in:
2026-06-26 14:38:39 +02:00
parent 3f3f161151
commit 5a09699845
9 changed files with 62 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ A very cool language
* No libc required!
* Produces tiny static executables (11KB for `hello.zr`)
* Has type inference, [UFCS](https://en.wikipedia.org/wiki/Uniform_function_call_syntax), variadics, dynamic arrays, hashmaps, DNS resolver, etc.
* Growing [standard library](https://git.ton1.dev/toni/zern/src/branch/main/src/std)
* Growing [standard library](https://git.ton1.dev/toni/zern/src/branch/main/std)
## Syntax
```rust