brainfuck interpreter
brainfuck cli rust
5

Configure Feed

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

updated ROADMAP with debugging section and clarify error tracking plan

digi.rip (Jun 7, 2026, 5:17 PM EDT) 0e0883df 2b959f33

+4 -1
+4 -1
ROADMAP.md
··· 20 20 - `error`: crash on overflow/underflow 21 21 22 22 ## better diagnostics 23 - - [ ] **errors**: switch to `miette` for nicer errors and better context 23 + - [ ] **errors**: switch to `miette` for richer error display with source snippets 24 24 - [x] **tracing**: cli flag to print state of vm/tape after every instruction 25 25 26 26 ## visualization 27 27 - [ ] **real-time cell visualization**: tui showing tape being adjusted and data pointer moving in real time at adjustable speed 28 28 - [ ] **wasm**: compile to wasm for browser-based frontend? 29 + 30 + ## debugging 31 + - [ ] **step debugger**: REPL-style debugger with breakpoints, cell inspection, and instruction stepping 29 32 30 33 ## maintenance 31 34 - [ ] **comprehensive testing**: for all instructions and out-of-bounds behaviors