You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.