Readonly
completeReadonly
controlThe chain of control-flow NodeIds that lead to the current node (e.g., of known ifs).
Readonly
currentThe RParseRequests that is currently being parsed
Readonly
environmentCorrectly contains pushed local scopes introduced by function
scopes.
Will by default not contain any symbol-bindings introduced along the way; they have to be decorated when moving up the tree.
Readonly
processorsOther processors to be called by the given functions
Readonly
referenceThe chain of RParseRequests fingerprints (requestFingerprint) that lead to the currentRequest. The most recent (last) entry is expected to always be the currentRequest.
Initial and frozen ast-information