brainfuck interpreter
brainfuck cli rust
5

Configure Feed

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

bumped version number to 0.3.2

forgot to bump with each new commit! sorry

digi.rip (May 30, 2026, 7:01 PM EDT) d6c0a553 e20f9424

+2 -2
+1 -1
Cargo.lock
··· 153 153 154 154 [[package]] 155 155 name = "tachyon" 156 - version = "0.3.0" 156 + version = "0.3.2" 157 157 dependencies = [ 158 158 "clap", 159 159 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tachyon" 3 - version = "0.3.0" 3 + version = "0.3.2" 4 4 edition = "2024" 5 5 description = "brainfuck interpreter written in rust" 6 6