Multiple Modes
Interpreter, transpiler, and compiler paths are all part of the same project.
Brainfuck toolchain with interpretation, transpilation, assembly generation, and executable output.
BFCompiler treats Brainfuck as a serious compilation target rather than a single-mode interpreter project.
It combines frontend processing with several output paths inside one repository.
Interpreter, transpiler, and compiler paths are all part of the same project.
Instruction folding and loop handling are treated as part of the pipeline.
The backend reaches assembly and executable generation, not only intermediate forms.