Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 750 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 750 Bytes

brainfork

Arduino based brainfuck interpreter with Adafruit LCD

This repo will include various separate .ino files (hot off the Arduino IDE press) until out of pre-alpha (current state) at which point it will be concatenated into a fully fledged Arduino-based brainfuck interpreter with fancy RGB LCD display (courtesy Adafruit)

So far, this will consist of:

  • Editor - brainfuck editor using buttons on display which will create brainfuck code (pre-alpha)
  • Interpreter - to run the aforesaid brainfuck code (pre-alpha)
  • Load - Load from EEPROM (alpha)
  • Save - Save to EEPROM (alpha)
  • Debug - interpret one button press at a time (to develop - when interpreter is alpha)