From 9bb1814f8bcf10d2c01149d617c9435737429861 Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Sun, 25 Aug 2024 13:29:24 -0400 Subject: [PATCH] Inline titles of SO questions --- _posts/2024-08-25-precedence-printing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-08-25-precedence-printing.md b/_posts/2024-08-25-precedence-printing.md index fc436619..785b112f 100644 --- a/_posts/2024-08-25-precedence-printing.md +++ b/_posts/2024-08-25-precedence-printing.md @@ -71,8 +71,8 @@ are unnecessary. We know that `*` has higher precedence---binds tighter---than I looked for some articles on precedence-aware printing and really only found: -* [this StackOverflow answer][first-stackoverflow] -* [this StackOverflow answer][second-stackoverflow] +* [this StackOverflow answer][first-stackoverflow] ("Pretty Printing AST with Minimal Parentheses") +* [this StackOverflow answer][second-stackoverflow] ("Minimize parenthesis when printing expression") [first-stackoverflow]: https://stackoverflow.com/questions/13708837/pretty-printing-ast-with-minimal-parentheses/16685965#16685965 [second-stackoverflow]: https://stackoverflow.com/questions/61159436/minimize-parenthesis-when-printing-expression/61160682#61160682