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.