a brainfuck compiler made in rust
custom arguments
noinput : does not ask user for input when executing bf code
-preinput : preloads the code with input and does not ask the user
-file : preceeding the directory of bf file to be compiled
-raw : takes in the rest of the argument as the bf code to be compiled, does not need a file