Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 378 Bytes

README.md

File metadata and controls

executable file
·
6 lines (4 loc) · 378 Bytes

Brainfuck to JVM-Bytecode-compiler

This is just a simple project to compile Brainfuck to JVM Executable bytecode

program needs jasmin.jar installed in the maven local repo with mvn install:install-file -Dfile=Path/to/jasmin.jar -DgroupId=org.jasmin -DartifactId=jasmin -Dversion=2.4 -Dpackaging=jar

use it with java -jar bc <inputfile>