/bf_jit

Brainfuck JIT Runtime

Primary LanguageBrainfuckApache License 2.0Apache-2.0

bf_jit

Brainfuck JIT Runtime

Usage

$ ./bfi -h
usage: ./bfi [-h] [-j] [-p] <input-file>
    -h  this help message
    -j  enable JIT compilation
    -p  print compiled bytecode IR

Build

Clone this repository:

git clone https://github.com/chenzhuoyu/bf_jit

Build the interpreter:

make