|
|
|
|
|
by kunai
4620 days ago
|
|
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. |
|