Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 559 Bytes

BF-rs

What is this ?

BF-rs is a Brainfuck interpreter and JIT compiler written in Rust. Its aim was to make the fastest possible BF interpreter. It automatically builds whatever part is compatible with your system, meaning it builds the JIT on x86_64 UNIX, and uses an interpreter otherwise.

Licence

All the code is under the MIT license.