make index operator just read 1 byte

This commit is contained in:
2025-11-13 20:17:12 +01:00
parent c1bd84464c
commit 852c463532
9 changed files with 59 additions and 56 deletions

View File

@@ -24,4 +24,10 @@ func main[] : I64
io.print("Too low!")
else
io.print("Too high!")
```
## Quick Start
```
cargo install --git https://github.com/antpiasecki/zern
zern -m -r hello.zr
```