Pavel Durovblog.p3ld3v.dev·Apr 21, 2023Writing interpreter in Rust using grmtoolsIntroduction 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 ...183 readsRust