aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/next.txt
blob: 8c8757f14428b9b812b8791c30b2505de04d3daf (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
@ ProgramNode (location: (1,0)-(24,7))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(24,7))
    └── body: (length: 11)
        ├── @ NextNode (location: (1,0)-(1,4))
        │   ├── arguments: ∅
        │   └── keyword_loc: (1,0)-(1,4) = "next"
        ├── @ NextNode (location: (3,0)-(3,18))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (3,5)-(3,18))
        │   │   ├── arguments: (length: 3)
        │   │   │   ├── @ ParenthesesNode (location: (3,5)-(3,8))
        │   │   │   │   ├── body:
        │   │   │   │   │   @ StatementsNode (location: (3,6)-(3,7))
        │   │   │   │   │   └── body: (length: 1)
        │   │   │   │   │       └── @ IntegerNode (location: (3,6)-(3,7))
        │   │   │   │   │           └── flags: decimal
        │   │   │   │   ├── opening_loc: (3,5)-(3,6) = "("
        │   │   │   │   └── closing_loc: (3,7)-(3,8) = ")"
        │   │   │   ├── @ ParenthesesNode (location: (3,10)-(3,13))
        │   │   │   │   ├── body:
        │   │   │   │   │   @ StatementsNode (location: (3,11)-(3,12))
        │   │   │   │   │   └── body: (length: 1)
        │   │   │   │   │       └── @ IntegerNode (location: (3,11)-(3,12))
        │   │   │   │   │           └── flags: decimal
        │   │   │   │   ├── opening_loc: (3,10)-(3,11) = "("
        │   │   │   │   └── closing_loc: (3,12)-(3,13) = ")"
        │   │   │   └── @ ParenthesesNode (location: (3,15)-(3,18))
        │   │   │       ├── body:
        │   │   │       │   @ StatementsNode (location: (3,16)-(3,17))
        │   │   │       │   └── body: (length: 1)
        │   │   │       │       └── @ IntegerNode (location: (3,16)-(3,17))
        │   │   │       │           └── flags: decimal
        │   │   │       ├── opening_loc: (3,15)-(3,16) = "("
        │   │   │       └── closing_loc: (3,17)-(3,18) = ")"
        │   │   └── flags: ∅
        │   └── keyword_loc: (3,0)-(3,4) = "next"
        ├── @ NextNode (location: (5,0)-(5,6))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (5,5)-(5,6))
        │   │   ├── arguments: (length: 1)
        │   │   │   └── @ IntegerNode (location: (5,5)-(5,6))
        │   │   │       └── flags: decimal
        │   │   └── flags: ∅
        │   └── keyword_loc: (5,0)-(5,4) = "next"
        ├── @ NextNode (location: (7,0)-(8,1))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (7,5)-(8,1))
        │   │   ├── arguments: (length: 3)
        │   │   │   ├── @ IntegerNode (location: (7,5)-(7,6))
        │   │   │   │   └── flags: decimal
        │   │   │   ├── @ IntegerNode (location: (7,8)-(7,9))
        │   │   │   │   └── flags: decimal
        │   │   │   └── @ IntegerNode (location: (8,0)-(8,1))
        │   │   │       └── flags: decimal
        │   │   └── flags: ∅
        │   └── keyword_loc: (7,0)-(7,4) = "next"
        ├── @ NextNode (location: (10,0)-(10,12))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (10,5)-(10,12))
        │   │   ├── arguments: (length: 3)
        │   │   │   ├── @ IntegerNode (location: (10,5)-(10,6))
        │   │   │   │   └── flags: decimal
        │   │   │   ├── @ IntegerNode (location: (10,8)-(10,9))
        │   │   │   │   └── flags: decimal
        │   │   │   └── @ IntegerNode (location: (10,11)-(10,12))
        │   │   │       └── flags: decimal
        │   │   └── flags: ∅
        │   └── keyword_loc: (10,0)-(10,4) = "next"
        ├── @ NextNode (location: (12,0)-(12,14))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (12,5)-(12,14))
        │   │   ├── arguments: (length: 1)
        │   │   │   └── @ ArrayNode (location: (12,5)-(12,14))
        │   │   │       ├── elements: (length: 3)
        │   │   │       │   ├── @ IntegerNode (location: (12,6)-(12,7))
        │   │   │       │   │   └── flags: decimal
        │   │   │       │   ├── @ IntegerNode (location: (12,9)-(12,10))
        │   │   │       │   │   └── flags: decimal
        │   │   │       │   └── @ IntegerNode (location: (12,12)-(12,13))
        │   │   │       │       └── flags: decimal
        │   │   │       ├── opening_loc: (12,5)-(12,6) = "["
        │   │   │       ├── closing_loc: (12,13)-(12,14) = "]"
        │   │   │       └── flags: ∅
        │   │   └── flags: ∅
        │   └── keyword_loc: (12,0)-(12,4) = "next"
        ├── @ NextNode (location: (14,0)-(17,1))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (14,4)-(17,1))
        │   │   ├── arguments: (length: 1)
        │   │   │   └── @ ParenthesesNode (location: (14,4)-(17,1))
        │   │   │       ├── body:
        │   │   │       │   @ StatementsNode (location: (15,2)-(16,3))
        │   │   │       │   └── body: (length: 2)
        │   │   │       │       ├── @ IntegerNode (location: (15,2)-(15,3))
        │   │   │       │       │   └── flags: decimal
        │   │   │       │       └── @ IntegerNode (location: (16,2)-(16,3))
        │   │   │       │           └── flags: decimal
        │   │   │       ├── opening_loc: (14,4)-(14,5) = "("
        │   │   │       └── closing_loc: (17,0)-(17,1) = ")"
        │   │   └── flags: ∅
        │   └── keyword_loc: (14,0)-(14,4) = "next"
        ├── @ NextNode (location: (19,0)-(19,4))
        │   ├── arguments: ∅
        │   └── keyword_loc: (19,0)-(19,4) = "next"
        ├── @ IntegerNode (location: (20,0)-(20,1))
        │   └── flags: decimal
        ├── @ NextNode (location: (22,0)-(22,6))
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (22,4)-(22,6))
        │   │   ├── arguments: (length: 1)
        │   │   │   └── @ ParenthesesNode (location: (22,4)-(22,6))
        │   │   │       ├── body: ∅
        │   │   │       ├── opening_loc: (22,4)-(22,5) = "("
        │   │   │       └── closing_loc: (22,5)-(22,6) = ")"
        │   │   └── flags: ∅
        │   └── keyword_loc: (22,0)-(22,4) = "next"
        └── @ NextNode (location: (24,0)-(24,7))
            ├── arguments:
            │   @ ArgumentsNode (location: (24,4)-(24,7))
            │   ├── arguments: (length: 1)
            │   │   └── @ ParenthesesNode (location: (24,4)-(24,7))
            │   │       ├── body:
            │   │       │   @ StatementsNode (location: (24,5)-(24,6))
            │   │       │   └── body: (length: 1)
            │   │       │       └── @ IntegerNode (location: (24,5)-(24,6))
            │   │       │           └── flags: decimal
            │   │       ├── opening_loc: (24,4)-(24,5) = "("
            │   │       └── closing_loc: (24,6)-(24,7) = ")"
            │   └── flags: ∅
            └── keyword_loc: (24,0)-(24,4) = "next"