Skip to content
/ kpc Public

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

License

Notifications You must be signed in to change notification settings

ksmirenko/kpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages