this project is a rust implementation of a brainfuck interpreter and optimizer. it reads brainfuck source code, tokenizes it into opcodes, optimizes these opcodes, parses them into a more manageable format, and finally executes the program. it has no external dependencies other than the standard library.
`<program> <file path> [<debug mode>]`
- `<program>`: mame of the executable.
- `<file path>`: path to the Brainfuck source code file.
- `[<debug mode>]`: optional. debug mode, defaults to 0.
this project was created by musicalskele
this project is licensed under the GNU AGPLv3 License. see the LICENSE.md file for details.