kiryltech / brainfuck-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainfuck to JavaScript compiler

Usage

  • Compiling a Brainfuck file:
    $ mvn clean package exec:java -Dexec.args=src/test/resources/brainfuck/helloworld.bf
  • Running compiled code:
    $ node --inspect-brk target/helloworld.js

About


Languages

Language:Kotlin 78.7%Language:Brainfuck 21.3%