Open source Brainf**k interpeter using C++. CLI interface included.
~$ BF [args]
Gives a help menu to explain how to use the system. Optionally, -h / --help [function] returns just the help for that option.
returns the version of the system
run brainf**k code from a string provided, e.g.
BF --string +--+[>>-<<>>]-
Note that there cannot be any spaces in the code.
run brainf**k code from a input file specified, e.g.
BF --file main.bfwill run the contents of the file main.bf .
Either:
- Download the code and compile for yourself (make sure to see liscneing)
- Go to the releases section (below about) to find the latest release
- Go to the releases folder to find a specific version of the compiler