Skip to content

chellipse/bf-jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf-jit

A just-in-time compiler for the Brainfuck programming language. Compiles directly to x86-64 machine code.

System requirements

Should compile code for any x86-64 Linux system. However it's only been tested on NixOS 23.11 (Tapir) with Linux 6.1.74.

Install

Build from source using cargo.

$ git clone --branch main https://github.com/chellipse/bf-jit
$ cd bf-jit
$ cargo install --path .

Make sure ~/.cargo/bin is in your PATH.

About

BF-JIT for x86-64 Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published