A fast optimizing Brainfuck interpreter in pure Python. Current version 1.1.1, released under MIT license. Development appears stable with infrequent releases.
pip install bfiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a Brainfuck program using the 'interpret' function, which returns output as a string.
Remove the time_limit argument; use a different approach (e.g., signal) to limit execution time.
Run 'python -m bfi' instead of calling the script directly.
Use 'from bfi import interpret' (module is bfi, not bfi.bfi).
Check spelling: 'interpret' not 'interpreter'. Update to latest version: pip install --upgrade bfi.
Remove time_limit argument; use external timeout mechanism.
No dependency data recorded yet.