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

81 lines
2.1 KiB
Plaintext

[
Expression {
expr: Infix {
lhs: Variable(
Variable {
start: (
4,
1,
),
name: "a",
end: (
4,
4,
),
},
),
op: Assign,
rhs: LiteralInteger {
i: 4,
},
},
},
Expression {
expr: Infix {
lhs: Variable(
Variable {
start: (
6,
1,
),
name: "b",
end: (
6,
4,
),
},
),
op: Assign,
rhs: Match {
condition: Variable(
Variable {
start: (
6,
13,
),
name: "a",
end: (
6,
15,
),
},
),
default: Some(
DefaultMatchArm {
body: Null,
},
),
arms: [
MatchArm {
conditions: [
LiteralInteger {
i: 1,
},
LiteralInteger {
i: 2,
},
LiteralInteger {
i: 3,
},
LiteralInteger {
i: 4,
},
],
body: Null,
},
],
},
},
},
]