1 comment

[ 2.8 ms ] story [ 15.3 ms ] thread
A couple of years ago I made a language that targets Brainfuck and the compiler is made with Brainfuck itself.

It is pretty rough around the edges but it does work, a Hello World would look like this:

STR "Hello world!"

PRT L

Right now I'm working on porting in to pure Brainfuck and actually finishing it :p

Any suggestions would be great :)