Pratt Parsing is a clean, elegant approach to writing an expression (or general language) parser. It was delightfully explained by Bob Nystrom (@munificentbob), and illustrated with a parser for a toy language called Bantam.
This week I ported Bob's Bantam parser to #MiniScript.