@ ProgramNode (location: (0...58))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...58))
    └── body: (length: 5)
        ├── @ CallNode (location: (0...8))
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (0...3) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (4...8))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (4...8))
        │   │           ├── receiver:
        │   │           │   @ CallNode (location: (5...8))
        │   │           │   ├── receiver: ∅
        │   │           │   ├── call_operator_loc: ∅
        │   │           │   ├── message_loc: (5...8) = "bar"
        │   │           │   ├── opening_loc: ∅
        │   │           │   ├── arguments: ∅
        │   │           │   ├── closing_loc: ∅
        │   │           │   ├── block: ∅
        │   │           │   ├── flags: variable_call
        │   │           │   └── name: "bar"
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (4...5) = "!"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: ∅
        │   │           └── name: "!"
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "foo"
        ├── @ CallNode (location: (10...18))
        │   ├── receiver:
        │   │   @ CallNode (location: (10...14))
        │   │   ├── receiver:
        │   │   │   @ CallNode (location: (11...14))
        │   │   │   ├── receiver: ∅
        │   │   │   ├── call_operator_loc: ∅
        │   │   │   ├── message_loc: (11...14) = "foo"
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── arguments: ∅
        │   │   │   ├── closing_loc: ∅
        │   │   │   ├── block: ∅
        │   │   │   ├── flags: variable_call
        │   │   │   └── name: "foo"
        │   │   ├── call_operator_loc: ∅
        │   │   ├── message_loc: (10...11) = "-"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   ├── block: ∅
        │   │   ├── flags: ∅
        │   │   └── name: "-@"
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (14...15) = "*"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (15...18))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (15...18))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (15...18) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "*"
        ├── @ CallNode (location: (20...29))
        │   ├── receiver:
        │   │   @ CallNode (location: (20...24))
        │   │   ├── receiver:
        │   │   │   @ CallNode (location: (21...24))
        │   │   │   ├── receiver: ∅
        │   │   │   ├── call_operator_loc: ∅
        │   │   │   ├── message_loc: (21...24) = "foo"
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── arguments: ∅
        │   │   │   ├── closing_loc: ∅
        │   │   │   ├── block: ∅
        │   │   │   ├── flags: variable_call
        │   │   │   └── name: "foo"
        │   │   ├── call_operator_loc: ∅
        │   │   ├── message_loc: (20...21) = "+"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   ├── block: ∅
        │   │   ├── flags: ∅
        │   │   └── name: "+@"
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (24...26) = "**"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (26...29))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (26...29))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (26...29) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "**"
        ├── @ CallNode (location: (31...39))
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (31...34) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (35...39))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (35...39))
        │   │           ├── receiver:
        │   │           │   @ CallNode (location: (36...39))
        │   │           │   ├── receiver: ∅
        │   │           │   ├── call_operator_loc: ∅
        │   │           │   ├── message_loc: (36...39) = "bar"
        │   │           │   ├── opening_loc: ∅
        │   │           │   ├── arguments: ∅
        │   │           │   ├── closing_loc: ∅
        │   │           │   ├── block: ∅
        │   │           │   ├── flags: variable_call
        │   │           │   └── name: "bar"
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (35...36) = "~"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: ∅
        │   │           └── name: "~"
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "foo"
        └── @ CallNode (location: (41...58))
            ├── receiver:
            │   @ CallNode (location: (41...51))
            │   ├── receiver:
            │   │   @ CallNode (location: (41...44))
            │   │   ├── receiver: ∅
            │   │   ├── call_operator_loc: ∅
            │   │   ├── message_loc: (41...44) = "foo"
            │   │   ├── opening_loc: ∅
            │   │   ├── arguments: ∅
            │   │   ├── closing_loc: ∅
            │   │   ├── block: ∅
            │   │   ├── flags: variable_call
            │   │   └── name: "foo"
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (45...47) = "<<"
            │   ├── opening_loc: ∅
            │   ├── arguments:
            │   │   @ ArgumentsNode (location: (48...51))
            │   │   └── arguments: (length: 1)
            │   │       └── @ CallNode (location: (48...51))
            │   │           ├── receiver: ∅
            │   │           ├── call_operator_loc: ∅
            │   │           ├── message_loc: (48...51) = "bar"
            │   │           ├── opening_loc: ∅
            │   │           ├── arguments: ∅
            │   │           ├── closing_loc: ∅
            │   │           ├── block: ∅
            │   │           ├── flags: variable_call
            │   │           └── name: "bar"
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: ∅
            │   └── name: "<<"
            ├── call_operator_loc: ∅
            ├── message_loc: (52...54) = "<<"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (55...58))
            │   └── arguments: (length: 1)
            │       └── @ CallNode (location: (55...58))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (55...58) = "baz"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: variable_call
            │           └── name: "baz"
            ├── closing_loc: ∅
            ├── block: ∅
            ├── flags: ∅
            └── name: "<<"
