Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 376 Bytes

README.markdown

File metadata and controls

18 lines (13 loc) · 376 Bytes

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.