PETOOH and Brainfuck interpreter and compiler (compiles into Java 7 bytecode) written in Kotlin.
- Translate Brainfuck to PETOOH and vice versa
- Interpret Brainfuck or PETOOH code
- Compile Brainfuck or PETOOH code to JVM bytecode
gradlew.bat
./gradlew
kpc.bat
./kpc
Or simply use kpc-all-1.0.jar
from build/libs/