/Brainfuck_interpreter

Brainfuck Interpreter

Primary LanguageJava

Requirements

Compiling

Running

Compiling

Use the pre-compiled binaries at the Releases tab on GitHub, alternatively compile yourself.

Go in the projects directory, after this.
Run gradle wrapper to prepare the build
Follow this with gradlew build, to build the project.

The jar can now be found at ./build/libs/Brainfuck_interpreter-1.0.jar

Running

Running can be done using the following command: java -jar brainfuck-interpreter.jar

After this follow the console's instructions in console.
The console will be used for input and output