Hacker News new | ask | show | jobs
by dysoco 4764 days ago
I wrote some kind of assembler on top of Brainfuck: Basically tweaked a Brainfuck interpreter that I wrote in C.

So instead of: +++++++. You would write 7+. or something similar... can't remember now.