simple brainfuck interpreter and ASM compiler in rust
 
 
 
Go to file
Wynd 7f53e13f4f Removed the short-hello.bf example 2024-10-20 13:39:51 +03:00
input Removed the short-hello.bf example 2024-10-20 13:39:51 +03:00
src Removed the short-hello.bf example 2024-10-20 13:39:51 +03:00
.gitignore First attempt at a dumb brainfuck interpreter 2024-10-20 00:40:01 +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
rust-toolchain.toml First attempt at a dumb brainfuck interpreter 2024-10-20 00:40:01 +03:00