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

59 lines
1.3 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: None,
arms: [],
},
},
},
]