mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
39 lines
892 B
Plaintext
39 lines
892 B
Plaintext
[
|
|
If {
|
|
condition: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
10,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
14,
|
|
),
|
|
},
|
|
),
|
|
then: [
|
|
Return {
|
|
value: Some(
|
|
Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
23,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
27,
|
|
),
|
|
},
|
|
),
|
|
),
|
|
},
|
|
],
|
|
else_ifs: [],
|
|
else: None,
|
|
},
|
|
]
|