Brainfuq, an interpreter for the language Brainfuck built with ANTLR
Build & Run
There are currently no ready-to-use executable binary now but it’s coming soon.
- Download jars of ANTLR 4 and Commons IO and add them to your Java $CLASSPATH
git clone https://github.com/allenx/Brainfuq
cd Brainfuq && javac *.java
and then you’re good to go.- Use the convinient scripts to run our interpreter:
brainfuck
to interpret a brainfuck file, andbrainfucki
to enter the magnificent Brainfuck REPL.
There are a few interesting demos in ./BrainfuckDemo/
, and you can just try them out.