Skip to content
/ bfc Public

A brainfuck engine with a JIT compiler (x86) and an optimized interpreter as a fallback.

License

Notifications You must be signed in to change notification settings

UE2020/bfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfc

A brainfuck engine with a JIT compiler (x86) and an optimized interpreter as a fallback.

Compilation

cargo build --release

Usage

To execute brainfuck, simply run the engine with the brainfuck file as the first argument.

./target/release/bf mandelbrot.bf

About

A brainfuck engine with a JIT compiler (x86) and an optimized interpreter as a fallback.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published