Wynd
|
7c683ec2fe
|
Actually added the nasm/ld steps in the binary itself
|
2024-10-27 11:05:10 +02:00 |
Wynd
|
5d7231ae8c
|
Single byte input instead of buffering the input
|
2024-10-22 21:54:09 +03:00 |
Wynd
|
f39dde9c64
|
Added a fmt file and formatted the whole project
|
2024-10-22 16:14:15 +03:00 |
Wynd
|
659f9fbe65
|
Removed makefile for a simpler sh script and finalized the compiler with loops
|
2024-10-22 16:10:04 +03:00 |
Wynd
|
31d7cb27c6
|
Added move and input tokens
|
2024-10-22 14:12:01 +03:00 |
Wynd
|
fdefd706a9
|
Added a cargo-make config for easier testing
|
2024-10-21 17:46:18 +03:00 |
Wynd
|
f88072f7ac
|
First iteration of the BF compiler to ASM, only supports 3 operations
|
2024-10-21 17:30:43 +03:00 |
Wynd
|
4b29043d58
|
Avoiding a clone when loading the program from file
|
2024-10-20 14:26:25 +03:00 |
Wynd
|
b416a32ee7
|
Counting actual instructions
|
2024-10-20 13:56:40 +03:00 |
Wynd
|
7f53e13f4f
|
Removed the short-hello.bf example
|
2024-10-20 13:39:51 +03:00 |
Wynd
|
49a001b593
|
Fixed the brackets order being fucked, added args based program loading and more examples
|
2024-10-20 13:36:51 +03:00 |
Wynd
|
4aa01762e6
|
First attempt at a dumb brainfuck interpreter
|
2024-10-20 00:40:01 +03:00 |