Hacker News new | ask | show | jobs
by mpd 1766 days ago
in my case, I learned by writing a brainfuck compiler last year. Now I'm working on a compiler / vm for a 30 year old esoteric mud language.
1 comments

Can we see that?
The brainfuck compiler is at https://github.com/xxx/cbfc, but I haven't opened up the other one to the public yet. It'll be open sourced once I'm further along with it.
Rad, thanks