mirror of
https://github.com/danog/parser.git
synced 2024-12-03 09:57:45 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
[
|
|
For {
|
|
init: [
|
|
AssignmentOperation(
|
|
Assign {
|
|
left: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
3,
|
|
6,
|
|
),
|
|
name: "i",
|
|
},
|
|
),
|
|
),
|
|
span: (
|
|
3,
|
|
9,
|
|
),
|
|
right: LiteralInteger {
|
|
i: "0",
|
|
},
|
|
},
|
|
),
|
|
AssignmentOperation(
|
|
Assign {
|
|
left: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
3,
|
|
14,
|
|
),
|
|
name: "i",
|
|
},
|
|
),
|
|
),
|
|
span: (
|
|
3,
|
|
17,
|
|
),
|
|
right: LiteralInteger {
|
|
i: "1",
|
|
},
|
|
},
|
|
),
|
|
],
|
|
condition: [],
|
|
loop: [],
|
|
then: [],
|
|
},
|
|
]
|