BrainFix
Compiles the readable BrainFix language to fluent BrainFuck code.
I noticed that there are lots(!) of Brainfuck interpreters out there, which isn't surprising given the simple task it is to write one. What I couldn't find, however, is a program that translates INTO Brainfuck instead of the other way around.
I therefore invented a new language called BrainFix, which comes with a compiler, bfx, to translate readable source-code to unreadable but still valid and working BrainFuck code.
The language specification is contained in the manual (manual.pdf...