This Simple Algorithm Powers Real Interpreters: Pratt Parsing - YouTube
This Simple Algorithm Powers Real Interpreters: Pratt Parsing - YouTube
This Simple Algorithm Powers Real Interpreters: Pratt Parsing - YouTube
If you're interested in this topic, I can highly recommend the book Crafting Interpreters.
Also, the author has a standalone blog post on the topic from 2011, Expression Parsing Made Easy.
That's a great article, thanks. In his book, he just sticks to recursive descent parsers and doesn't get into Pratt parsers, but I think it's a great introduction to interpreters.
thank you