Writing interpreter in Rust using grmtools
Introduction This article overviews the process of writing an interpreter with Rust programming language. We will use the grmtools Rust crate to help with the parsing. We will define tokens of our language and create math addition and multiplication ...
Apr 21, 20237 min read354
