What is the syntax tree of these variants? It turns out that it’s the same as the original example. Things likes spaces, formatting and semicolons are usually ignored in these tree representations because they don’t generally carry useful information. And that’s why these trees are called Abstract: they are not a faithful concrete representation of the original source code, rather an abstraction t
