brainfuck interpreter
brainfuck cli rust
5

Configure Feed

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

feat: updated examples/echo.bf to also test for buffer discards

digi.rip (Jun 2, 2026, 11:21 PM EDT) b93f9b25 2b255662

+5 -3
+5 -3
examples/echo.bf
··· 1 - echoes input 2 - meant for testing ascii and raw i/o 3 - ,. 1 + echoes two inputs 2 + meant for testing 3 + – ascii and raw i/o 4 + – discard loops in read_ascc and read_raw 5 + ,>,<.>.