gir/brainfuck.md

13 lines
250 B
Markdown
Raw Normal View History

2018-05-22 16:39:48 +00:00
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