Commands -------- Gir brainfuck has only the base 8 commands `+-<>[].,` Tape ---- Gir's tape is unbounded in both directions and made out of unsigned 8-bit cells that wrap around IO -- `.` and `,` operate on a utf-8 stream. `,` produces `0` on EOF