2020-01-06 22:20:24 +01:00
2019-12-27 20:33:34 +01:00
2020-01-06 22:07:02 +01:00
2019-12-27 20:55:01 +01:00
2019-12-20 08:38:24 +01:00
2019-12-02 22:42:34 +01:00
2020-01-06 22:05:27 +01:00
2020-01-06 22:20:24 +01:00

brainfuck-interpreter-java

a brainfuck interpreter written in java

Installing:

Running with the exe

go to the releases page to get the latest exe

Or run it via the command line

to run the application via the command line, clone the source code and run

mvn install

to build the application, then navigate to the target folder and run the jar

java -jar target\BrainfuckInterpreter-1.0a-jar-with-dependencies.jar

or run the exe from the command line:

target\brainfuck-interpreter.exe

I will make a visualiser for this, don't know when

Description
Brainfuck interpreter in Java
Readme 78 KiB
First version Latest
2020-01-06 21:07:02 +00:00
Languages
Brainfuck 68.6%
Java 24.6%
CSS 6.8%