A Brainfuck compiler targeting PowerPC with Linux or kFreeBSD as kernel.
The compiler itself outputs assembly code; a driver is provided for automatically assembling and linking the code into an executable file.
Features
Some basic optimizations, enabled by using option -O <level>
or -q optimize=<level>
Generation of minimal debugging information to trace source code line numbers (option -g
)
Configurable cell width (option -q cellwidth={8|16|32|64}
)
Targets both 32-bit and 64-bit (option -q {32|64}
)
The compiler and its driver are architecture-independent, it can be used on non-PowerPC platforms as a cross-compiler
Links