Intuiting Pratt Parsing
https://louis.co.nz/2026/03/26/pratt-parsing.html
#HackerNews #Intuiting #Pratt #Parsing #PrattParsing #HackerNews #Programming #Language #Design #TechInsights
You already know that a + b * c + d is calculated as a + (b * c) + d. But how do you encode that knowledge precisely enough for a machine to act on it?