Skip to content
none-None1 edited this page Jul 7, 2023 · 5 revisions

This is a brainfuck JIT interpreter

I created this project after I've created fastbf. That project has a major problem - It takes several seconds for the C++ compiler to compile. So I created this project, it uses llvmlite, and takes much less time to compile the code.

Index

What's this?
How to install & use?
Characteristics