Skip to content
Interpreter for the original Brainfuck language and its derivatives written in Java.
Java
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src/main/java/org/fabianm/brainfuck
.gitignore
LICENSE
README.markdown
pom.xml

README.markdown

brainfuck-java

Interpreter for the original Brainfuck language and Brainfuck derivatives written in Java.

Languages supported

  • Brainfuck
  • TrollScript
  • Ook!

Building

brainfuck-java uses Maven 3 to build.

  • Install Maven 3 in case you haven't got it.
  • Run mvn clean install

License

See LICENSE file.

You can’t perform that action at this time.