Brainfuck interpreter in Python
  • Python 75.3%
  • Brainfuck 24.7%
Find a file
2026-06-27 17:52:25 +02:00
.gitignore new loops 2026-06-27 17:52:25 +02:00
bfi.py new loops 2026-06-27 17:52:25 +02:00
bfint.bf new loops 2026-06-27 17:52:25 +02:00
err.bf Better error management 2026-06-24 01:51:49 +02:00
fibonacci_num.bf First commit 2026-06-23 16:08:19 +02:00
helloworld.bf new loops 2026-06-27 17:52:25 +02:00
io.bf First commit 2026-06-23 16:08:19 +02:00
README.md added readme 2026-06-23 16:11:16 +02:00
sum.bf First commit 2026-06-23 16:08:19 +02:00
tests.py new loops 2026-06-27 17:52:25 +02:00

Syntax: bfi.py

Options: -a ASCII output -m memory size, default 100