brainfuck interpreter
brainfuck cli rust
5

Configure Feed

Select the types of activity you want to include in your feed.

ROADMAP: added config file milestone

digi.rip (Jun 8, 2026, 6:54 PM EDT) c712f9c4 6ef2e5d0

+1
+1
ROADMAP.md
··· 10 10 - set custom tape size 11 11 - [x] **8-bit i/o**: add 8-bit input/output option alongside ascii default 12 12 - [ ] **monomorphization**: implement input/output strategy for minor optimization gains 13 + - [ ] **config file**: set up per-project config file for input & output 13 14 14 15 ## out-of-bounds behaviors 15 16 - [x] **data pointer behavior**