Skip to content

taiyoslime/bf-jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf-jit

Brainf*ck interpreter written in Rust

Spec

  • 8-bit per cell (wrapping)
  • allowing negative memory access
  • tape size is fixed, abort when go out of range
  • JIT compilation (WIP, only for x64)

Build & Run

$ RUSTFLAGS="-C target-cpu=native" cargo run --release -- examples/mandelbrot.bf

with JIT(WIP)

$ RUSTFLAGS="-C target-cpu=native" cargo run --release -- --with-jit examples/mandelbrot.bf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages