This Implementation enables the execution of brainfuck-programs via an Interpreter or a JIT-Compiler.
The JIT-Compiler is only tested in an Ubuntu-WSL2-Instance on a x86-64 machine. Other Systems may not work!
bfcomp {jit | int} <file_path> JIT-Compiler
bfcomp jit examples/hello_world.bfInterpreter
bfcomp int examples/hello_world.bfIdea and context: Tsoding Stream