Hacker News new | ask | show | jobs
by AsmMAn 4620 days ago
What compiler are you using? and will this be open source?
1 comments

I wrote my own in C++. It's intermediary, so it first translates BF code to C and then uses gcc to compile the intermediary C code.

I'm working on getting it to compile straight to assembly. Yeah, yeah, I could have used https://github.com/ahorn/bf-compiler/blob/master/bfc.c, but eh, what the hell. It's supposed to be a hobby project.