Skip to content

Antti/brainfuck-jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck JIT VM

After seeing this and still having my strong willing to write some JIT Compiler in Rust, I created this :) .

I didn't want to use some assembler nor library like keystone or asmjit. I wanted to keep this project small and fun. And that's why it generates such suboptimal code.

The target architecture is Windows x64, cause why not? Linux is too mainstream.

Tested with rustc 1.22.1 (05e2e1c41 2017-11-22) on Microsoft Windows [Version 10.0.16299.125] using examples/num-guess.bf.

Usage:

$ cargo run --release examples/num-guess.bf

Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages