simple brainfuck interpreter and ASM compiler in rust
 
 
 
Go to file
Wynd 31d7cb27c6 Added move and input tokens 2024-10-22 14:12:01 +03:00
input Added move and input tokens 2024-10-22 14:12:01 +03:00
src Added move and input tokens 2024-10-22 14:12:01 +03:00
.gitignore First iteration of the BF compiler to ASM, only supports 3 operations 2024-10-21 17:30:43 +03:00
Cargo.lock First attempt at a dumb brainfuck interpreter 2024-10-20 00:40:01 +03:00
Cargo.toml Fixed the brackets order being fucked, added args based program loading and more examples 2024-10-20 13:36:51 +03:00
Makefile.toml Added move and input tokens 2024-10-22 14:12:01 +03:00
rust-toolchain.toml First attempt at a dumb brainfuck interpreter 2024-10-20 00:40:01 +03:00