Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-toy

This project is a toy that interpret and compile brainfuck code.

Run

Interpreter

❯ cargo run --release --bin interpreter ./bf/hello_world.bf
Hello World!

Optimized Interpreter

❯ cargo run --release --bin interpreter_it ./bf/hello_world.bf
Hello World!

JIT

Support:

  • aarch64
  • x64 (Linux only)
❯ cargo run --release --bin jit ./bf/hello_world.bf
Hello World!

About

A brainfuck toy interpreter and JIT compiler written in rust

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages