A couple of years ago I made a language that targets Brainfuck and the compiler is made with Brainfuck itself.<p>It is pretty rough around the edges but it does work, a Hello World would look like this:<p>STR "Hello world!"<p>PRT L<p>Right now I'm working on porting in to pure Brainfuck and actually finishing it :p<p>Any suggestions would be great :)