Skip to content

A simple brainfuck interpreter, written in Java, customizable.

License

Notifications You must be signed in to change notification settings

Alxertion/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple brainfuck interpreter, written in Java, customizable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published