Skip to content
none-None1 edited this page Jul 7, 2023 · 1 revision

How to use?

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()
Clone this wiki locally