Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 433 Bytes

Kotlin PETOOH Compiler

PETOOH and Brainfuck interpreter and compiler (compiles into Java 7 bytecode) written in Kotlin.

Features

  • Translate Brainfuck to PETOOH and vice versa
  • Interpret Brainfuck or PETOOH code
  • Compile Brainfuck or PETOOH code to JVM bytecode

Build

Windows

gradlew.bat

Linux

./gradlew

Run

Windows

kpc.bat

Linux

./kpc

Or simply use kpc-all-1.0.jar from build/libs/