parser/tests/fixtures/0244/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

83 lines
2.1 KiB
Plaintext

[
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: [
Infix {
lhs: Variable(
Variable {
start: (
3,
22,
),
name: "j",
end: (
3,
25,
),
},
),
op: LessThan,
rhs: LiteralInteger {
i: 2,
},
},
Decrement {
value: Variable(
Variable {
start: (
3,
30,
),
name: "j",
end: (
3,
32,
),
},
),
},
],
loop: [],
then: [],
},
]