simple brainfuck interpreter and ASM compiler in rust
 
 
 
Go to file
Wynd 7c683ec2fe Actually added the nasm/ld steps in the binary itself 2024-10-27 11:05:10 +02:00
input Added move and input tokens 2024-10-22 14:12:01 +03:00
src Actually added the nasm/ld steps in the binary itself 2024-10-27 11:05:10 +02:00
.gitignore Actually added the nasm/ld steps in the binary itself 2024-10-27 11:05:10 +02: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
rustfmt.toml Added a fmt file and formatted the whole project 2024-10-22 16:14:15 +03:00
test.sh Removed makefile for a simpler sh script and finalized the compiler with loops 2024-10-22 16:10:04 +03:00