Writing complex macros in Rust: Reverse Polish Notation2018-01-31 (This is a crosspost of a tutorial originally published on my personal blog) Among 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 struggle