Show HN: A high-level lang written in Brainfuck that targets Brainfuck (github.com) 2 points by esoboi 4y ago ↗ HN
[–] esoboi 4y ago ↗ 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 LRight now I'm working on porting in to pure Brainfuck and actually finishing it :pAny suggestions would be great :)
1 comment
[ 2.8 ms ] story [ 15.3 ms ] threadIt 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 :)