HN user

esoboi

6 karma
Posts2
Comments3
View on HN

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 :)

Cool project, I think the README might need some improvement. The 2d level headings are h5 and then 3d level headings is bolded text; it looks kinda odd. I'll send a PR :D