mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
38 lines
935 B
Plaintext
38 lines
935 B
Plaintext
[
|
|
If {
|
|
condition: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
3,
|
|
5,
|
|
),
|
|
name: "foo",
|
|
},
|
|
),
|
|
),
|
|
then: [],
|
|
else_ifs: [],
|
|
else: Some(
|
|
[
|
|
If {
|
|
condition: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
5,
|
|
12,
|
|
),
|
|
name: "bar",
|
|
},
|
|
),
|
|
),
|
|
then: [],
|
|
else_ifs: [],
|
|
else: None,
|
|
},
|
|
],
|
|
),
|
|
},
|
|
]
|