mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
[
|
|
Expression {
|
|
expr: Array {
|
|
items: [
|
|
ArrayItem {
|
|
key: Some(
|
|
Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
2,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
7,
|
|
),
|
|
},
|
|
),
|
|
),
|
|
value: Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
3,
|
|
15,
|
|
),
|
|
},
|
|
),
|
|
unpack: false,
|
|
by_ref: true,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
]
|