- Syntax error handling
- Runs any bf "program"
- Easy to understand code
- Interpreter in C#
- JIT compiles to nasm
- Tested only on linux (might work on windows with minor modifications)
- Have nasm installed
- Have dotnet sdk version >= 8.0 installed
- Clone it and cd into the folder
- Run via
dotnet run {bf_program.bf}