@ ProgramNode (location: (0...31))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...31))
    └── body: (length: 2)
        ├── @ CallNode (location: (0...12))
        │   ├── receiver:
        │   │   @ ParenthesesNode (location: (1...12))
        │   │   ├── body:
        │   │   │   @ StatementsNode (location: (2...11))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ FlipFlopNode (location: (2...11))
        │   │   │           ├── left:
        │   │   │           │   @ CallNode (location: (2...5))
        │   │   │           │   ├── receiver: ∅
        │   │   │           │   ├── call_operator_loc: ∅
        │   │   │           │   ├── message_loc: (2...5) = "foo"
        │   │   │           │   ├── opening_loc: ∅
        │   │   │           │   ├── arguments: ∅
        │   │   │           │   ├── closing_loc: ∅
        │   │   │           │   ├── block: ∅
        │   │   │           │   ├── flags: variable_call
        │   │   │           │   └── name: "foo"
        │   │   │           ├── right:
        │   │   │           │   @ CallNode (location: (8...11))
        │   │   │           │   ├── receiver: ∅
        │   │   │           │   ├── call_operator_loc: ∅
        │   │   │           │   ├── message_loc: (8...11) = "bar"
        │   │   │           │   ├── opening_loc: ∅
        │   │   │           │   ├── arguments: ∅
        │   │   │           │   ├── closing_loc: ∅
        │   │   │           │   ├── block: ∅
        │   │   │           │   ├── flags: variable_call
        │   │   │           │   └── name: "bar"
        │   │   │           ├── operator_loc: (5...8) = "..."
        │   │   │           └── flags: exclude_end
        │   │   ├── opening_loc: (1...2) = "("
        │   │   └── closing_loc: (11...12) = ")"
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (0...1) = "!"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "!"
        └── @ IfNode (location: (14...31))
            ├── if_keyword_loc: (14...16) = "if"
            ├── predicate:
            │   @ FlipFlopNode (location: (17...26))
            │   ├── left:
            │   │   @ CallNode (location: (17...20))
            │   │   ├── receiver: ∅
            │   │   ├── call_operator_loc: ∅
            │   │   ├── message_loc: (17...20) = "foo"
            │   │   ├── opening_loc: ∅
            │   │   ├── arguments: ∅
            │   │   ├── closing_loc: ∅
            │   │   ├── block: ∅
            │   │   ├── flags: variable_call
            │   │   └── name: "foo"
            │   ├── right:
            │   │   @ CallNode (location: (23...26))
            │   │   ├── receiver: ∅
            │   │   ├── call_operator_loc: ∅
            │   │   ├── message_loc: (23...26) = "bar"
            │   │   ├── opening_loc: ∅
            │   │   ├── arguments: ∅
            │   │   ├── closing_loc: ∅
            │   │   ├── block: ∅
            │   │   ├── flags: variable_call
            │   │   └── name: "bar"
            │   ├── operator_loc: (20...23) = "..."
            │   └── flags: exclude_end
            ├── statements: ∅
            ├── consequent: ∅
            └── end_keyword_loc: (28...31) = "end"
