1+
2+ 1 >while (true) {
3+
4+ ~~~~~~~~~~~~~~~ => Pos: (0 to 14) SpanInfo: {"start":0,"length":12}
5+ >while (true)
6+ >:=> (line 1, col 0) to (line 1, col 12)
7+ --------------------------------
8+ 2 > break;
9+
10+ ~~~~~~~~~~~ => Pos: (15 to 25) SpanInfo: {"start":19,"length":5}
11+ >break
12+ >:=> (line 2, col 4) to (line 2, col 9)
13+ --------------------------------
14+ 3 >}
15+
16+ ~~ => Pos: (26 to 27) SpanInfo: {"start":19,"length":5}
17+ >break
18+ >:=> (line 2, col 4) to (line 2, col 9)
19+ --------------------------------
20+ 4 >y: while (true) {
21+
22+ ~~~~~~~~~~~~~~~~~~ => Pos: (28 to 45) SpanInfo: {"start":31,"length":12}
23+ >while (true)
24+ >:=> (line 4, col 3) to (line 4, col 15)
25+ --------------------------------
26+ 5 > break y;
27+
28+ ~~~~~~~~~~~~~ => Pos: (46 to 58) SpanInfo: {"start":50,"length":7}
29+ >break y
30+ >:=> (line 5, col 4) to (line 5, col 11)
31+ --------------------------------
32+ 6 >}
33+
34+ ~~ => Pos: (59 to 60) SpanInfo: {"start":50,"length":7}
35+ >break y
36+ >:=> (line 5, col 4) to (line 5, col 11)
37+ --------------------------------
38+ 7 >while (true) {
39+
40+ ~~~~~~~~~~~~~~~ => Pos: (61 to 75) SpanInfo: {"start":61,"length":12}
41+ >while (true)
42+ >:=> (line 7, col 0) to (line 7, col 12)
43+ --------------------------------
44+ 8 > continue;
45+
46+ ~~~~~~~~~~~~~~ => Pos: (76 to 89) SpanInfo: {"start":80,"length":8}
47+ >continue
48+ >:=> (line 8, col 4) to (line 8, col 12)
49+ --------------------------------
50+ 9 >}
51+
52+ ~~ => Pos: (90 to 91) SpanInfo: {"start":80,"length":8}
53+ >continue
54+ >:=> (line 8, col 4) to (line 8, col 12)
55+ --------------------------------
56+ 10 >z: while (true) {
57+
58+ ~~~~~~~~~~~~~~~~~~ => Pos: (92 to 109) SpanInfo: {"start":95,"length":12}
59+ >while (true)
60+ >:=> (line 10, col 3) to (line 10, col 15)
61+ --------------------------------
62+ 11 > continue z;
63+
64+ ~~~~~~~~~~~~~~~~ => Pos: (110 to 125) SpanInfo: {"start":114,"length":10}
65+ >continue z
66+ >:=> (line 11, col 4) to (line 11, col 14)
67+ --------------------------------
68+ 12 >}
69+ ~ => Pos: (126 to 126) SpanInfo: {"start":114,"length":10}
70+ >continue z
71+ >:=> (line 11, col 4) to (line 11, col 14)
0 commit comments