logo

Mini-rust in Rust 007: Running some code!

time9 mo agoview41 views

Now that we can parse things, let's evaluate them. By the end of this, we should be able to use our little language as a mini-calculator (only for adding up so far though).

More info: https://artificialworlds.net/blog/2024/12/13/mini-rust-in-rust-007-evaluating-an-operation/

Loading comments...