Compile a ConstantPathNode
node
Compile a ConstantReadNode
node
Compile a ConstantTargetNode
node
Compile a EmbeddedVariableNode
node
Compile a FindPatternNode
node
Compile a ImplicitRestNode
node
Compile a IndexTargetNode
node
Compile a MatchWriteNode
node
Compile a MultiWriteNode
node
Compile a PinnedExpressionNode
node
Compile a PostExecutionNode
node
Compile a RestParameterNode
node
Compile a SourceLineNode
node
Desugar ‘x &&= y` to `x && x = y`
Desugar ‘x += y` to `x = x + y`
Desugar ‘x ||= y` to `x || x = y`
Dispatch enter and leave events for ConstantPathNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantTargetNode
nodes and continue walking the tree.