There was an error while loading. Please reload this page.
Guide to create abstract syntax tree
create a node if the node is changing type, same applies to terminals
e.g.
avoid creating a new node if what it is doing is just type casting
... more?