Writing interpreter in Rust using grmtools
Apr 21, 2023 · 7 min read · 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 ...
Join discussion



