|
| 1 | +@ ProgramNode (location: (1,0)-(21,5)) |
| 2 | +├── flags: ∅ |
| 3 | +├── locals: [] |
| 4 | +└── statements: |
| 5 | + @ StatementsNode (location: (1,0)-(21,5)) |
| 6 | + ├── flags: ∅ |
| 7 | + └── body: (length: 8) |
| 8 | + ├── @ AndNode (location: (1,0)-(3,4)) |
| 9 | + │ ├── flags: newline |
| 10 | + │ ├── left: |
| 11 | + │ │ @ AndNode (location: (1,0)-(2,4)) |
| 12 | + │ │ ├── flags: ∅ |
| 13 | + │ │ ├── left: |
| 14 | + │ │ │ @ IntegerNode (location: (1,0)-(1,1)) |
| 15 | + │ │ │ ├── flags: static_literal, decimal |
| 16 | + │ │ │ └── value: 1 |
| 17 | + │ │ ├── right: |
| 18 | + │ │ │ @ IntegerNode (location: (2,3)-(2,4)) |
| 19 | + │ │ │ ├── flags: static_literal, decimal |
| 20 | + │ │ │ └── value: 2 |
| 21 | + │ │ └── operator_loc: (2,0)-(2,2) = "&&" |
| 22 | + │ ├── right: |
| 23 | + │ │ @ IntegerNode (location: (3,3)-(3,4)) |
| 24 | + │ │ ├── flags: static_literal, decimal |
| 25 | + │ │ └── value: 3 |
| 26 | + │ └── operator_loc: (3,0)-(3,2) = "&&" |
| 27 | + ├── @ OrNode (location: (5,0)-(7,4)) |
| 28 | + │ ├── flags: newline |
| 29 | + │ ├── left: |
| 30 | + │ │ @ OrNode (location: (5,0)-(6,4)) |
| 31 | + │ │ ├── flags: ∅ |
| 32 | + │ │ ├── left: |
| 33 | + │ │ │ @ IntegerNode (location: (5,0)-(5,1)) |
| 34 | + │ │ │ ├── flags: static_literal, decimal |
| 35 | + │ │ │ └── value: 1 |
| 36 | + │ │ ├── right: |
| 37 | + │ │ │ @ IntegerNode (location: (6,3)-(6,4)) |
| 38 | + │ │ │ ├── flags: static_literal, decimal |
| 39 | + │ │ │ └── value: 2 |
| 40 | + │ │ └── operator_loc: (6,0)-(6,2) = "||" |
| 41 | + │ ├── right: |
| 42 | + │ │ @ IntegerNode (location: (7,3)-(7,4)) |
| 43 | + │ │ ├── flags: static_literal, decimal |
| 44 | + │ │ └── value: 3 |
| 45 | + │ └── operator_loc: (7,0)-(7,2) = "||" |
| 46 | + ├── @ AndNode (location: (9,0)-(11,5)) |
| 47 | + │ ├── flags: newline |
| 48 | + │ ├── left: |
| 49 | + │ │ @ AndNode (location: (9,0)-(10,5)) |
| 50 | + │ │ ├── flags: ∅ |
| 51 | + │ │ ├── left: |
| 52 | + │ │ │ @ IntegerNode (location: (9,0)-(9,1)) |
| 53 | + │ │ │ ├── flags: static_literal, decimal |
| 54 | + │ │ │ └── value: 1 |
| 55 | + │ │ ├── right: |
| 56 | + │ │ │ @ IntegerNode (location: (10,4)-(10,5)) |
| 57 | + │ │ │ ├── flags: static_literal, decimal |
| 58 | + │ │ │ └── value: 2 |
| 59 | + │ │ └── operator_loc: (10,0)-(10,3) = "and" |
| 60 | + │ ├── right: |
| 61 | + │ │ @ IntegerNode (location: (11,4)-(11,5)) |
| 62 | + │ │ ├── flags: static_literal, decimal |
| 63 | + │ │ └── value: 3 |
| 64 | + │ └── operator_loc: (11,0)-(11,3) = "and" |
| 65 | + ├── @ OrNode (location: (13,0)-(15,4)) |
| 66 | + │ ├── flags: newline |
| 67 | + │ ├── left: |
| 68 | + │ │ @ OrNode (location: (13,0)-(14,4)) |
| 69 | + │ │ ├── flags: ∅ |
| 70 | + │ │ ├── left: |
| 71 | + │ │ │ @ IntegerNode (location: (13,0)-(13,1)) |
| 72 | + │ │ │ ├── flags: static_literal, decimal |
| 73 | + │ │ │ └── value: 1 |
| 74 | + │ │ ├── right: |
| 75 | + │ │ │ @ IntegerNode (location: (14,3)-(14,4)) |
| 76 | + │ │ │ ├── flags: static_literal, decimal |
| 77 | + │ │ │ └── value: 2 |
| 78 | + │ │ └── operator_loc: (14,0)-(14,2) = "or" |
| 79 | + │ ├── right: |
| 80 | + │ │ @ IntegerNode (location: (15,3)-(15,4)) |
| 81 | + │ │ ├── flags: static_literal, decimal |
| 82 | + │ │ └── value: 3 |
| 83 | + │ └── operator_loc: (15,0)-(15,2) = "or" |
| 84 | + ├── @ IntegerNode (location: (17,0)-(17,1)) |
| 85 | + │ ├── flags: newline, static_literal, decimal |
| 86 | + │ └── value: 1 |
| 87 | + ├── @ CallNode (location: (18,0)-(18,6)) |
| 88 | + │ ├── flags: newline, variable_call, ignore_visibility |
| 89 | + │ ├── receiver: ∅ |
| 90 | + │ ├── call_operator_loc: ∅ |
| 91 | + │ ├── name: :andfoo |
| 92 | + │ ├── message_loc: (18,0)-(18,6) = "andfoo" |
| 93 | + │ ├── opening_loc: ∅ |
| 94 | + │ ├── arguments: ∅ |
| 95 | + │ ├── closing_loc: ∅ |
| 96 | + │ └── block: ∅ |
| 97 | + ├── @ IntegerNode (location: (20,0)-(20,1)) |
| 98 | + │ ├── flags: newline, static_literal, decimal |
| 99 | + │ └── value: 2 |
| 100 | + └── @ CallNode (location: (21,0)-(21,5)) |
| 101 | + ├── flags: newline, variable_call, ignore_visibility |
| 102 | + ├── receiver: ∅ |
| 103 | + ├── call_operator_loc: ∅ |
| 104 | + ├── name: :orfoo |
| 105 | + ├── message_loc: (21,0)-(21,5) = "orfoo" |
| 106 | + ├── opening_loc: ∅ |
| 107 | + ├── arguments: ∅ |
| 108 | + ├── closing_loc: ∅ |
| 109 | + └── block: ∅ |
0 commit comments