- JDK 17 or higher (See adoptium, other JDK's are fine too)
- Gradle (see gradle.org/install)
- Java 17 or higher (java.com/download)
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 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