++++++++++[>++++++++++>+++++++++++>+++<<<-]>++++.---.>--..+++.>+++.
This is my first ever Rust project, so the code is probably really bad. Don't @
me.
- Clone the repository
- Run
cargo build
You have two options:
cargo run
You will be presented with ajbi>
prompt. The state is retained across inputs to the REPL, so try to remember what the state of your array looks like.cargo run <filename>
The file specified will be executed by the JBI interpreter.
- Don't immediately give up if a loop is unclosed in REPL. Give the user the opportunity to close it.
- Tests, probably.
- J3RN's Brainf*ck Compiler (JBC) 😉