Articles

6 articles
Tag: algorithms
2026-04-09T12:21:27.965Z · Src: 2026-04-08T12:00:00.000Z
2026-04-02T09:43:33.000Z · ★ 80
# 直觉理解 Pratt 解析器:优雅算法的新视角 Louis Stowasser 的一篇新博文对 **Pratt 解析器**——计算机科学中最优雅却被低估的算法之一——提供了直观的解释。该文章通过可视化生成的解析树,重新构建了我们对运算符优先级和结合性的思维方式。 ## 问题 如何编码 `a + b * c + d` 应该被计算为 `a + (b * c) + d`?这是解析中运算符优先级
2026-04-02T09:43:30.000Z · ★ 80
# Intuiting Pratt Parsing: A New Perspective on an Elegant Algorithm A new blog post by Louis Stowasser offers an intuitive explanation of **Pratt parsing**, one of the most elegant yet underapprecia
2026-04-01T09:50:19.056Z · Src: 2026-04-01T14:00:00.000Z
2026-04-01T02:24:12.455Z · Src: 2026-04-01T12:00:00.000Z
2026-03-29T11:39:22.450Z · Src: 2026-03-29T00:00:00.000Z