mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
6f63463269
As @robrix pointed out, adding explicit parenthesis nodes to our ASTs bloats them with no added gain in expressivity. A pretty-printing solution should use something analogous to `showsPrec` to ensure that parentheses are printed properly.
24 lines
370 B
Plaintext
24 lines
370 B
Plaintext
(Program
|
|
(For
|
|
(Assignment
|
|
(Identifier)
|
|
(Float))
|
|
(LessThan
|
|
(Identifier)
|
|
(Float))
|
|
(Update
|
|
(Identifier))
|
|
(
|
|
(If
|
|
(Equal
|
|
(Identifier)
|
|
(Float))
|
|
(
|
|
{+(Continue
|
|
{+(Empty)+})+}
|
|
{-(Break
|
|
{-(Empty)-})-})
|
|
(Empty))
|
|
(Empty)
|
|
(Identifier))))
|