January 31, 2018 12:11PM
Writing complex macros in Rust: Reverse Polish Notation
Rust Developers Programming PolishAmong other interesting features, Rust has a powerful macro system. Unfortunately, even after reading The Book and various tutorials, when it came to trying to implement a macro which involved processing complex lists of different elements, I still struggled to understand how it should be done....