Pointers
Pointers look like links but end with two right angle brackets >> :
| This pointer is an alias to its destination node >>
Pointers act as aliases to their destination node and behave as if a copy of the entire target node is included at the pointers’ position. For uses of this syntax, see the TREE() call.
A syntax and parser for writing, implemented in Python