aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/nils.txt
blob: b86c54548b25af939f205576f707d2595e9458e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@ ProgramNode (location: (0...40))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...40))
    └── body: (length: 5)
        ├── @ NilNode (location: (0...3))
        ├── @ ParenthesesNode (location: (5...7))
        │   ├── body: ∅
        │   ├── opening_loc: (5...6) = "("
        │   └── closing_loc: (6...7) = ")"
        ├── @ ParenthesesNode (location: (9...16))
        │   ├── body: ∅
        │   ├── opening_loc: (9...10) = "("
        │   └── closing_loc: (15...16) = ")"
        ├── @ PostExecutionNode (location: (18...27))
        │   ├── statements:
        │   │   @ StatementsNode (location: (24...25))
        │   │   └── body: (length: 1)
        │   │       └── @ IntegerNode (location: (24...25))
        │   │           └── flags: decimal
        │   ├── keyword_loc: (18...21) = "END"
        │   ├── opening_loc: (22...23) = "{"
        │   └── closing_loc: (26...27) = "}"
        └── @ PreExecutionNode (location: (29...40))
            ├── statements:
            │   @ StatementsNode (location: (37...38))
            │   └── body: (length: 1)
            │       └── @ IntegerNode (location: (37...38))
            │           └── flags: decimal
            ├── keyword_loc: (29...34) = "BEGIN"
            ├── opening_loc: (35...36) = "{"
            └── closing_loc: (39...40) = "}"