Skip to content

Commit

Permalink
Inline titles of SO questions
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Aug 25, 2024
1 parent a919d6f commit 9bb1814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-08-25-precedence-printing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb1814

Please sign in to comment.