-
Notifications
You must be signed in to change notification settings - Fork 0
How to use?
none-None1 edited this page Jul 7, 2023
·
1 revision
To use it, you can simply run the commandline tool:
jitbf file.b
Or use Python code:
from jitbf import bf2jit
code='<code>'
jit=bf2jit(code)
jit()
Found a bug? Post here