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

94 lines
2.6 KiB
Plaintext

[
If {
condition: Variable(
Variable {
start: (
1,
10,
),
name: "foo",
end: (
1,
14,
),
},
),
then: [
Return {
value: Some(
Variable(
Variable {
start: (
1,
25,
),
name: "foo",
end: (
1,
29,
),
},
),
),
},
],
else_ifs: [
ElseIf {
condition: Variable(
Variable {
start: (
1,
40,
),
name: "foo",
end: (
1,
44,
),
},
),
body: [
Return {
value: Some(
Variable(
Variable {
start: (
1,
55,
),
name: "foo",
end: (
1,
59,
),
},
),
),
},
],
},
],
else: Some(
[
Return {
value: Some(
Variable(
Variable {
start: (
1,
77,
),
name: "foo",
end: (
1,
81,
),
},
),
),
},
],
),
},
]