drop even more libc functions

This commit is contained in:
2025-11-22 18:41:35 +01:00
parent ce54d1b560
commit 06c979f177
8 changed files with 58 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ func main[] : I64
else if op == '.'
io.print_char(memory[p])
else if op == ','
str.set(memory, p, c.getchar())
str.set(memory, p, io.read_char())
else if op == '['
if !memory[p]
i = i + 1