chenzhuoyu / bf_jit

Brainfuck JIT Runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Brainfuck JIT Runtime

License:Apache License 2.0


Languages

Language:Brainfuck 72.3%Language:C 27.5%Language:Makefile 0.2%