drop some libc functions, octal numerals, io.println, mem.read32

This commit is contained in:
2025-11-22 17:31:36 +01:00
parent 5a41163ca1
commit 7cffd73406
28 changed files with 165 additions and 126 deletions

View File

@@ -18,10 +18,10 @@ func rule110_step[state: Array] : Array
func print_state[state: Array]: Void
for i in 0..array.size(state)
if array.nth(state, i)
c.putchar('#')
io.print_char('#')
else
c.putchar(' ')
io.print("")
io.print_char(' ')
io.println("")
func main[] : I64
let SIZE: I64 = 60