Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 429 Bytes

Brainfuck Interpreter

Inspired by El Brainfuck.
Made purely for fun. Uses Maven and FXML (the interpreter itself can be run in a console as well).
The application has 2 entry points (in the 'main' package):

  • InterpreterMain, which runs a program and prints its output, the time it took and the instruction count (console-based);
  • ApplicationMain, that starts the FXML GUI.