Brainfuck compiler/interpreter in C#
Target: CIL
Build the compiler "BFC" in release/
cd Compiler
make release
Compile abc.bf and execute
./release/BFC abc.bf
Build the interpreter "bfi"
cd Interpreter
make
Interpret abc.bf
make run bf=./abc.bf
brainfuck visualizer@fatiherikli