This programming language was made... cause why not???
compiler.py <input.txt> (translate only)
compiler.py <input.txt> <output.bf> (write BF file)
compiler.py <input.txt> --run (execute)
Note: You can see which word corresponds to which character when converted to BF in the compiler source code.