mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
42 lines
984 B
Plaintext
42 lines
984 B
Plaintext
[
|
|
If {
|
|
condition: Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
5,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
9,
|
|
),
|
|
},
|
|
),
|
|
then: [],
|
|
else_ifs: [],
|
|
else: Some(
|
|
[
|
|
If {
|
|
condition: Variable(
|
|
Variable {
|
|
start: (
|
|
5,
|
|
12,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
5,
|
|
16,
|
|
),
|
|
},
|
|
),
|
|
then: [],
|
|
else_ifs: [],
|
|
else: None,
|
|
},
|
|
],
|
|
),
|
|
},
|
|
]
|