This is an interactive interpreter for the Brainfuck programming language.
Simple enough. Just execute the generated build/brainfuck executable.
To build, you'll need the CHICKEN Scheme compiler.
Just follow the instructions, get the compiler, navigate to the repo and run
make.
git clone [email protected]:gosukiwi/chicken-brainfuck.git
cd chicken-brainfuck
make && build/brainfuck
Welcome to CHICKEN Brainfuck!
brainfuck>
Done! Your interpreter lives in build/brainfuck. This has only been tested on
Linux (openSUSE Leap).
resetfunction maybe? Just something to type and be able to reset the state