I did this just for fun lol. I put my knowledge of Rust to the test and this was the output of it.
I created a small little languages capable of having variables and printing.
Seems pretty simple :)
Something I added that was hard to add in C is removing the values to print after they've been printed. That makes the runtime allot faster
Mini Lang in Rust
I did this just for fun lol. I put my knowledge of Rust to the test and this was the output of it.
I created a small little languages capable of having variables and printing.
Seems pretty simple :)
Something I added that was hard to add in C is removing the values to print after they've been printed. That makes the runtime allot faster