diff options
author | Kevin Newton <[email protected]> | 2024-09-13 15:33:14 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-09-16 08:44:19 -0400 |
commit | d57bc870ac8021f2c23e4da346d037820ad45d64 (patch) | |
tree | 2f1611ffe01a7966cf305f6d5dbcf5d4e9496b3f /test/prism/snapshots/integer_operations.txt | |
parent | fab01b15e999e9f9e18389dabfce3919e080ed56 (diff) |
[PRISM] Remove snapshot testing from Prism sync
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11624
Diffstat (limited to 'test/prism/snapshots/integer_operations.txt')
-rw-r--r-- | test/prism/snapshots/integer_operations.txt | 643 |
1 files changed, 0 insertions, 643 deletions
diff --git a/test/prism/snapshots/integer_operations.txt b/test/prism/snapshots/integer_operations.txt deleted file mode 100644 index 9962ccf247..0000000000 --- a/test/prism/snapshots/integer_operations.txt +++ /dev/null @@ -1,643 +0,0 @@ -@ ProgramNode (location: (1,0)-(63,7)) -├── flags: ∅ -├── locals: [] -└── statements: - @ StatementsNode (location: (1,0)-(63,7)) - ├── flags: ∅ - └── body: (length: 32) - ├── @ CallNode (location: (1,0)-(1,2)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (1,1)-(1,2)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :! - │ ├── message_loc: (1,0)-(1,1) = "!" - │ ├── opening_loc: ∅ - │ ├── arguments: ∅ - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (3,0)-(3,2)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (3,1)-(3,2)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :~ - │ ├── message_loc: (3,0)-(3,1) = "~" - │ ├── opening_loc: ∅ - │ ├── arguments: ∅ - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (5,0)-(5,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (5,0)-(5,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :!= - │ ├── message_loc: (5,2)-(5,4) = "!=" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (5,5)-(5,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (5,5)-(5,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (7,0)-(7,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (7,0)-(7,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :!~ - │ ├── message_loc: (7,2)-(7,4) = "!~" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (7,5)-(7,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (7,5)-(7,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (9,0)-(9,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (9,0)-(9,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :% - │ ├── message_loc: (9,2)-(9,3) = "%" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (9,4)-(9,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (9,4)-(9,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (11,0)-(11,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (11,0)-(11,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :& - │ ├── message_loc: (11,2)-(11,3) = "&" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (11,4)-(11,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (11,4)-(11,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (13,0)-(13,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (13,0)-(13,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :* - │ ├── message_loc: (13,2)-(13,3) = "*" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (13,4)-(13,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (13,4)-(13,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (15,0)-(15,4)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (15,0)-(15,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :** - │ ├── message_loc: (15,1)-(15,3) = "**" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (15,3)-(15,4)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (15,3)-(15,4)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (17,0)-(17,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (17,0)-(17,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :+ - │ ├── message_loc: (17,2)-(17,3) = "+" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (17,4)-(17,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (17,4)-(17,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (19,0)-(19,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (19,0)-(19,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :- - │ ├── message_loc: (19,2)-(19,3) = "-" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (19,4)-(19,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (19,4)-(19,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (21,0)-(21,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (21,0)-(21,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :/ - │ ├── message_loc: (21,2)-(21,3) = "/" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (21,4)-(21,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (21,4)-(21,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (23,0)-(23,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ CallNode (location: (23,0)-(23,3)) - │ │ ├── flags: ∅ - │ │ ├── receiver: - │ │ │ @ IntegerNode (location: (23,0)-(23,1)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 1 - │ │ ├── call_operator_loc: ∅ - │ │ ├── name: :/ - │ │ ├── message_loc: (23,1)-(23,2) = "/" - │ │ ├── opening_loc: ∅ - │ │ ├── arguments: - │ │ │ @ ArgumentsNode (location: (23,2)-(23,3)) - │ │ │ ├── flags: ∅ - │ │ │ └── arguments: (length: 1) - │ │ │ └── @ IntegerNode (location: (23,2)-(23,3)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 2 - │ │ ├── closing_loc: ∅ - │ │ └── block: ∅ - │ ├── call_operator_loc: ∅ - │ ├── name: :/ - │ ├── message_loc: (23,3)-(23,4) = "/" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (23,4)-(23,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (23,4)-(23,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 3 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (25,0)-(25,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (25,0)-(25,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :< - │ ├── message_loc: (25,2)-(25,3) = "<" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (25,4)-(25,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (25,4)-(25,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (27,0)-(27,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (27,0)-(27,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :<< - │ ├── message_loc: (27,2)-(27,4) = "<<" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (27,5)-(27,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (27,5)-(27,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (29,0)-(29,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (29,0)-(29,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :<= - │ ├── message_loc: (29,2)-(29,4) = "<=" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (29,5)-(29,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (29,5)-(29,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (31,0)-(31,7)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (31,0)-(31,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :<=> - │ ├── message_loc: (31,2)-(31,5) = "<=>" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (31,6)-(31,7)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (31,6)-(31,7)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (33,0)-(33,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (33,0)-(33,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :== - │ ├── message_loc: (33,2)-(33,4) = "==" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (33,5)-(33,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (33,5)-(33,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (35,0)-(35,7)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (35,0)-(35,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :=== - │ ├── message_loc: (35,2)-(35,5) = "===" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (35,6)-(35,7)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (35,6)-(35,7)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (37,0)-(37,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (37,0)-(37,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :=~ - │ ├── message_loc: (37,2)-(37,4) = "=~" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (37,5)-(37,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (37,5)-(37,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (39,0)-(39,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (39,0)-(39,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :> - │ ├── message_loc: (39,2)-(39,3) = ">" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (39,4)-(39,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (39,4)-(39,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (41,0)-(41,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (41,0)-(41,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :>= - │ ├── message_loc: (41,2)-(41,4) = ">=" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (41,5)-(41,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (41,5)-(41,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (43,0)-(43,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (43,0)-(43,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :>> - │ ├── message_loc: (43,2)-(43,4) = ">>" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (43,5)-(43,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (43,5)-(43,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (45,0)-(45,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (45,0)-(45,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :^ - │ ├── message_loc: (45,2)-(45,3) = "^" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (45,4)-(45,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (45,4)-(45,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (47,0)-(47,5)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (47,0)-(47,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :| - │ ├── message_loc: (47,2)-(47,3) = "|" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (47,4)-(47,5)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (47,4)-(47,5)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ AndNode (location: (49,0)-(49,6)) - │ ├── flags: newline - │ ├── left: - │ │ @ IntegerNode (location: (49,0)-(49,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── right: - │ │ @ IntegerNode (location: (49,5)-(49,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ └── operator_loc: (49,2)-(49,4) = "&&" - ├── @ AndNode (location: (51,0)-(51,7)) - │ ├── flags: newline - │ ├── left: - │ │ @ IntegerNode (location: (51,0)-(51,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── right: - │ │ @ IntegerNode (location: (51,6)-(51,7)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ └── operator_loc: (51,2)-(51,5) = "and" - ├── @ CallNode (location: (53,0)-(53,10)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (53,0)-(53,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :* - │ ├── message_loc: (53,2)-(53,3) = "*" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (53,4)-(53,10)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ CallNode (location: (53,4)-(53,10)) - │ │ ├── flags: ∅ - │ │ ├── receiver: - │ │ │ @ IntegerNode (location: (53,4)-(53,5)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 2 - │ │ ├── call_operator_loc: ∅ - │ │ ├── name: :** - │ │ ├── message_loc: (53,6)-(53,8) = "**" - │ │ ├── opening_loc: ∅ - │ │ ├── arguments: - │ │ │ @ ArgumentsNode (location: (53,9)-(53,10)) - │ │ │ ├── flags: ∅ - │ │ │ └── arguments: (length: 1) - │ │ │ └── @ IntegerNode (location: (53,9)-(53,10)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 3 - │ │ ├── closing_loc: ∅ - │ │ └── block: ∅ - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ CallNode (location: (55,0)-(55,9)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ CallNode (location: (55,0)-(55,5)) - │ │ ├── flags: ∅ - │ │ ├── receiver: - │ │ │ @ IntegerNode (location: (55,0)-(55,1)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 1 - │ │ ├── call_operator_loc: ∅ - │ │ ├── name: :* - │ │ ├── message_loc: (55,2)-(55,3) = "*" - │ │ ├── opening_loc: ∅ - │ │ ├── arguments: - │ │ │ @ ArgumentsNode (location: (55,4)-(55,5)) - │ │ │ ├── flags: ∅ - │ │ │ └── arguments: (length: 1) - │ │ │ └── @ IntegerNode (location: (55,4)-(55,5)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 2 - │ │ ├── closing_loc: ∅ - │ │ └── block: ∅ - │ ├── call_operator_loc: ∅ - │ ├── name: :+ - │ ├── message_loc: (55,6)-(55,7) = "+" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (55,8)-(55,9)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (55,8)-(55,9)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 3 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── @ OrNode (location: (57,0)-(57,6)) - │ ├── flags: newline - │ ├── left: - │ │ @ IntegerNode (location: (57,0)-(57,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── right: - │ │ @ IntegerNode (location: (57,5)-(57,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ └── operator_loc: (57,2)-(57,4) = "or" - ├── @ OrNode (location: (59,0)-(59,6)) - │ ├── flags: newline - │ ├── left: - │ │ @ IntegerNode (location: (59,0)-(59,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── right: - │ │ @ IntegerNode (location: (59,5)-(59,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 2 - │ └── operator_loc: (59,2)-(59,4) = "||" - ├── @ CallNode (location: (61,0)-(61,9)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (61,0)-(61,1)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :+ - │ ├── message_loc: (61,2)-(61,3) = "+" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (61,4)-(61,9)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ CallNode (location: (61,4)-(61,9)) - │ │ ├── flags: ∅ - │ │ ├── receiver: - │ │ │ @ IntegerNode (location: (61,4)-(61,5)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 2 - │ │ ├── call_operator_loc: ∅ - │ │ ├── name: :* - │ │ ├── message_loc: (61,6)-(61,7) = "*" - │ │ ├── opening_loc: ∅ - │ │ ├── arguments: - │ │ │ @ ArgumentsNode (location: (61,8)-(61,9)) - │ │ │ ├── flags: ∅ - │ │ │ └── arguments: (length: 1) - │ │ │ └── @ IntegerNode (location: (61,8)-(61,9)) - │ │ │ ├── flags: static_literal, decimal - │ │ │ └── value: 3 - │ │ ├── closing_loc: ∅ - │ │ └── block: ∅ - │ ├── closing_loc: ∅ - │ └── block: ∅ - └── @ ParenthesesNode (location: (63,0)-(63,7)) - ├── flags: newline - ├── body: - │ @ StatementsNode (location: (63,1)-(63,6)) - │ ├── flags: ∅ - │ └── body: (length: 1) - │ └── @ CallNode (location: (63,1)-(63,6)) - │ ├── flags: newline - │ ├── receiver: - │ │ @ IntegerNode (location: (63,1)-(63,2)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── call_operator_loc: ∅ - │ ├── name: :+ - │ ├── message_loc: (63,3)-(63,4) = "+" - │ ├── opening_loc: ∅ - │ ├── arguments: - │ │ @ ArgumentsNode (location: (63,5)-(63,6)) - │ │ ├── flags: ∅ - │ │ └── arguments: (length: 1) - │ │ └── @ IntegerNode (location: (63,5)-(63,6)) - │ │ ├── flags: static_literal, decimal - │ │ └── value: 1 - │ ├── closing_loc: ∅ - │ └── block: ∅ - ├── opening_loc: (63,0)-(63,1) = "(" - └── closing_loc: (63,6)-(63,7) = ")" |