parser/tests/fixtures/0243/ast.txt

48 lines
1.1 KiB
Plaintext
Raw Normal View History

[
For {
init: [
Infix {
lhs: Variable(
Variable {
start: (
3,
6,
),
name: "i",
end: (
3,
9,
),
},
),
op: Assign,
rhs: LiteralInteger {
i: "0",
},
},
Infix {
lhs: Variable(
Variable {
start: (
3,
14,
),
name: "i",
end: (
3,
17,
),
},
),
op: Assign,
rhs: LiteralInteger {
i: "1",
},
},
],
condition: [],
loop: [],
then: [],
},
]