const mem_size: size = 30000; type Brainfuck = struct { ptr: size, mem: [30000]u8 };