BIIR - Brainfuck Interpreter In Rust
TODO:
- test Tape,
- clap - argument parsing
- parse files,
-
-ddebug mode, prints tape at the end, enables the use of!TAPEto print 10 nearest values on the tape at any point of the program -
-iinput file to use for stdin, could also be taken from a pipe -
-nnumerical mode, prints values themselves instead of interpreting them as ascii. - configure gitlab ci to run tests automatically