Contains the normalized AST as a doubly linked tree and a map from ids to nodes so that parent links can be chased easily.
The root of the AST with parent information
Optional
marks whether the AST contains potential syntax errors
Bidirectional mapping of ids to the corresponding nodes and the other way
Contains the normalized AST as a doubly linked tree and a map from ids to nodes so that parent links can be chased easily.