@@ -43,7 +43,14 @@ Module {
4343. . . . . . . . internalRole: left
4444. . . . . . . }
4545. . . . . . }
46- . . . . . . 1: Num {
46+ . . . . . . 1: Add {
47+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Add,Arithmetic
48+ . . . . . . . TOKEN "+"
49+ . . . . . . . Properties: {
50+ . . . . . . . . internalRole: op
51+ . . . . . . . }
52+ . . . . . . }
53+ . . . . . . 2: Num {
4754. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
4855. . . . . . . TOKEN "2"
4956. . . . . . . StartPosition: {
@@ -60,13 +67,6 @@ Module {
6067. . . . . . . . internalRole: right
6168. . . . . . . }
6269. . . . . . }
63- . . . . . . 2: Add {
64- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Add,Arithmetic
65- . . . . . . . TOKEN "+"
66- . . . . . . . Properties: {
67- . . . . . . . . internalRole: op
68- . . . . . . . }
69- . . . . . . }
7070. . . . . }
7171. . . . }
7272. . . }
@@ -110,7 +110,14 @@ Module {
110110. . . . . . . . internalRole: left
111111. . . . . . . }
112112. . . . . . }
113- . . . . . . 1: Num {
113+ . . . . . . 1: Sub {
114+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Substract,Arithmetic
115+ . . . . . . . TOKEN "-"
116+ . . . . . . . Properties: {
117+ . . . . . . . . internalRole: op
118+ . . . . . . . }
119+ . . . . . . }
120+ . . . . . . 2: Num {
114121. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
115122. . . . . . . TOKEN "2"
116123. . . . . . . StartPosition: {
@@ -127,13 +134,6 @@ Module {
127134. . . . . . . . internalRole: right
128135. . . . . . . }
129136. . . . . . }
130- . . . . . . 2: Sub {
131- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Substract,Arithmetic
132- . . . . . . . TOKEN "-"
133- . . . . . . . Properties: {
134- . . . . . . . . internalRole: op
135- . . . . . . . }
136- . . . . . . }
137137. . . . . }
138138. . . . }
139139. . . }
@@ -177,7 +177,14 @@ Module {
177177. . . . . . . . internalRole: left
178178. . . . . . . }
179179. . . . . . }
180- . . . . . . 1: Num {
180+ . . . . . . 1: Mult {
181+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Multiply,Arithmetic
182+ . . . . . . . TOKEN "*"
183+ . . . . . . . Properties: {
184+ . . . . . . . . internalRole: op
185+ . . . . . . . }
186+ . . . . . . }
187+ . . . . . . 2: Num {
181188. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
182189. . . . . . . TOKEN "2"
183190. . . . . . . StartPosition: {
@@ -194,13 +201,6 @@ Module {
194201. . . . . . . . internalRole: right
195202. . . . . . . }
196203. . . . . . }
197- . . . . . . 2: Mult {
198- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Multiply,Arithmetic
199- . . . . . . . TOKEN "*"
200- . . . . . . . Properties: {
201- . . . . . . . . internalRole: op
202- . . . . . . . }
203- . . . . . . }
204204. . . . . }
205205. . . . }
206206. . . }
@@ -244,7 +244,14 @@ Module {
244244. . . . . . . . internalRole: left
245245. . . . . . . }
246246. . . . . . }
247- . . . . . . 1: Num {
247+ . . . . . . 1: Div {
248+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Divide,Arithmetic
249+ . . . . . . . TOKEN "/"
250+ . . . . . . . Properties: {
251+ . . . . . . . . internalRole: op
252+ . . . . . . . }
253+ . . . . . . }
254+ . . . . . . 2: Num {
248255. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
249256. . . . . . . TOKEN "2"
250257. . . . . . . StartPosition: {
@@ -261,13 +268,6 @@ Module {
261268. . . . . . . . internalRole: right
262269. . . . . . . }
263270. . . . . . }
264- . . . . . . 2: Div {
265- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Divide,Arithmetic
266- . . . . . . . TOKEN "/"
267- . . . . . . . Properties: {
268- . . . . . . . . internalRole: op
269- . . . . . . . }
270- . . . . . . }
271271. . . . . }
272272. . . . }
273273. . . }
@@ -311,7 +311,14 @@ Module {
311311. . . . . . . . internalRole: left
312312. . . . . . . }
313313. . . . . . }
314- . . . . . . 1: Num {
314+ . . . . . . 1: FloorDiv {
315+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Divide,Arithmetic,Incomplete
316+ . . . . . . . TOKEN "//"
317+ . . . . . . . Properties: {
318+ . . . . . . . . internalRole: op
319+ . . . . . . . }
320+ . . . . . . }
321+ . . . . . . 2: Num {
315322. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
316323. . . . . . . TOKEN "2"
317324. . . . . . . StartPosition: {
@@ -328,13 +335,6 @@ Module {
328335. . . . . . . . internalRole: right
329336. . . . . . . }
330337. . . . . . }
331- . . . . . . 2: FloorDiv {
332- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Divide,Arithmetic,Incomplete
333- . . . . . . . TOKEN "//"
334- . . . . . . . Properties: {
335- . . . . . . . . internalRole: op
336- . . . . . . . }
337- . . . . . . }
338338. . . . . }
339339. . . . }
340340. . . }
@@ -378,7 +378,14 @@ Module {
378378. . . . . . . . internalRole: left
379379. . . . . . . }
380380. . . . . . }
381- . . . . . . 1: Num {
381+ . . . . . . 1: Mod {
382+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Modulo,Arithmetic
383+ . . . . . . . TOKEN "%%"
384+ . . . . . . . Properties: {
385+ . . . . . . . . internalRole: op
386+ . . . . . . . }
387+ . . . . . . }
388+ . . . . . . 2: Num {
382389. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
383390. . . . . . . TOKEN "2"
384391. . . . . . . StartPosition: {
@@ -395,13 +402,6 @@ Module {
395402. . . . . . . . internalRole: right
396403. . . . . . . }
397404. . . . . . }
398- . . . . . . 2: Mod {
399- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Modulo,Arithmetic
400- . . . . . . . TOKEN "%%"
401- . . . . . . . Properties: {
402- . . . . . . . . internalRole: op
403- . . . . . . . }
404- . . . . . . }
405405. . . . . }
406406. . . . }
407407. . . }
@@ -445,7 +445,14 @@ Module {
445445. . . . . . . . internalRole: left
446446. . . . . . . }
447447. . . . . . }
448- . . . . . . 1: Num {
448+ . . . . . . 1: Pow {
449+ . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Arithmetic,Incomplete
450+ . . . . . . . TOKEN "**"
451+ . . . . . . . Properties: {
452+ . . . . . . . . internalRole: op
453+ . . . . . . . }
454+ . . . . . . }
455+ . . . . . . 2: Num {
449456. . . . . . . Roles: Expression,Binary,Right,Literal,Number,Expression,Primitive
450457. . . . . . . TOKEN "2"
451458. . . . . . . StartPosition: {
@@ -462,13 +469,6 @@ Module {
462469. . . . . . . . internalRole: right
463470. . . . . . . }
464471. . . . . . }
465- . . . . . . 2: Pow {
466- . . . . . . . Roles: Expression,Binary,Operator,Binary,Operator,Arithmetic,Incomplete
467- . . . . . . . TOKEN "**"
468- . . . . . . . Properties: {
469- . . . . . . . . internalRole: op
470- . . . . . . . }
471- . . . . . . }
472472. . . . . }
473473. . . . }
474474. . . }
0 commit comments