/brainfuck

Exploring brainfuck, starting by implementing an interpreter and then a compiler

Primary LanguageCMIT LicenseMIT

brainfuck

A lone game to explore brainfuck.

So far, much frustration with interpreter, hacky C translator.

Started by studying the wiki article

Interpreter:

  • Still designing, failed attempt

Compiler

  • Simple translator to C