mirror of
https://github.com/Book-reader/brainfuck-c3.git
synced 2026-03-31 02:00:09 +13:00
the fastest* brainfuck interpreter for the C3 programming language (*afaik)
- Brainfuck 99.3%
- C 0.6%
| files | ||
| src | ||
| .gitignore | ||
| bf.c | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| project.json | ||
| README.md | ||
bf-c3
the fastest c3 interpreter I could write without using static analysis to fold expressions into constants.
can execute files/hanoi.b in 200ms, compared to 5sec for bf.c and 7sec for https://github.com/Book-reader/brainfrick-c