brainfuck interpreter
brainfuck cli rust
5

Configure Feed

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

chore: bumped version number to 0.5.0

digi.rip (Jun 3, 2026, 10:28 AM EDT) 6258fcb8 49a10cae

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