|
| 1 | +@ ProgramNode (location: (3,0)-(9,8)) |
| 2 | +├── flags: ∅ |
| 3 | +├── locals: [] |
| 4 | +└── statements: |
| 5 | + @ StatementsNode (location: (3,0)-(9,8)) |
| 6 | + ├── flags: ∅ |
| 7 | + └── body: (length: 4) |
| 8 | + ├── @ StringNode (location: (3,0)-(3,6)) |
| 9 | + │ ├── flags: newline |
| 10 | + │ ├── opening_loc: (3,0)-(3,1) = "\"" |
| 11 | + │ ├── content_loc: (3,1)-(3,5) = "\\xcd" |
| 12 | + │ ├── closing_loc: (3,5)-(3,6) = "\"" |
| 13 | + │ └── unescaped: "\xCD" |
| 14 | + ├── @ SymbolNode (location: (5,0)-(5,7)) |
| 15 | + │ ├── flags: newline, static_literal |
| 16 | + │ ├── opening_loc: (5,0)-(5,2) = ":\"" |
| 17 | + │ ├── value_loc: (5,2)-(5,6) = "\\xcd" |
| 18 | + │ ├── closing_loc: (5,6)-(5,7) = "\"" |
| 19 | + │ └── unescaped: "\xCD" |
| 20 | + ├── @ InterpolatedRegularExpressionNode (location: (7,0)-(7,11)) |
| 21 | + │ ├── flags: newline, static_literal |
| 22 | + │ ├── opening_loc: (7,0)-(7,1) = "/" |
| 23 | + │ ├── parts: (length: 1) |
| 24 | + │ │ └── @ EmbeddedStatementsNode (location: (7,1)-(7,10)) |
| 25 | + │ │ ├── flags: ∅ |
| 26 | + │ │ ├── opening_loc: (7,1)-(7,3) = "\#{" |
| 27 | + │ │ ├── statements: |
| 28 | + │ │ │ @ StatementsNode (location: (7,3)-(7,9)) |
| 29 | + │ │ │ ├── flags: ∅ |
| 30 | + │ │ │ └── body: (length: 1) |
| 31 | + │ │ │ └── @ StringNode (location: (7,3)-(7,9)) |
| 32 | + │ │ │ ├── flags: static_literal, frozen |
| 33 | + │ │ │ ├── opening_loc: (7,3)-(7,4) = "\"" |
| 34 | + │ │ │ ├── content_loc: (7,4)-(7,8) = "\\xcd" |
| 35 | + │ │ │ ├── closing_loc: (7,8)-(7,9) = "\"" |
| 36 | + │ │ │ └── unescaped: "\xCD" |
| 37 | + │ │ └── closing_loc: (7,9)-(7,10) = "}" |
| 38 | + │ └── closing_loc: (7,10)-(7,11) = "/" |
| 39 | + └── @ ArrayNode (location: (9,0)-(9,8)) |
| 40 | + ├── flags: newline |
| 41 | + ├── elements: (length: 1) |
| 42 | + │ └── @ StringNode (location: (9,3)-(9,7)) |
| 43 | + │ ├── flags: ∅ |
| 44 | + │ ├── opening_loc: ∅ |
| 45 | + │ ├── content_loc: (9,3)-(9,7) = "\\xC0" |
| 46 | + │ ├── closing_loc: ∅ |
| 47 | + │ └── unescaped: "\xC0" |
| 48 | + ├── opening_loc: (9,0)-(9,3) = "%W[" |
| 49 | + └── closing_loc: (9,7)-(9,8) = "]" |
0 commit comments