ReadonlybuiltReadonlycompleteInitial and frozen ast-information
ReadonlycontrolThe chain of control-flow NodeIds that lead to the current node (e.g., of known ifs).
ReadonlycurrentThe RParseRequests that is currently being parsed
ReadonlyenvironmentCorrectly 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.
ReadonlyflowrThe flowr configuration used for environment seeding, and precision control
ReadonlyparserReadonlyprocessorsOther processors to be called by the given functions
ReadonlyreferenceThe chain of RParseRequests that lead to the currentRequest. The most recent (last) entry is expected to always be the currentRequest.
The built-in environment