stack
The parser stack frames active when this Node was created.
This property provides context about which rules were being parsed when this node was produced. Starting from the root rule (the target passed to Grammar.parse), the stack shows the sequence of references that were followed, and at what position in the Token input stream each rule was invoked. It does not include any information about rules that had no direct impact on the production of this Node.
This property is set during parsing.