mirror of
https://github.com/danog/parser.git
synced 2025-01-08 13:49:17 +01:00
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
[
|
|
Expression {
|
|
expr: Infix {
|
|
lhs: List {
|
|
items: [
|
|
ListItem {
|
|
key: Some(
|
|
LiteralString {
|
|
value: "foo",
|
|
},
|
|
),
|
|
value: Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
15,
|
|
),
|
|
name: "a",
|
|
end: (
|
|
3,
|
|
17,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
],
|
|
},
|
|
op: Assign,
|
|
rhs: Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
21,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
25,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
},
|
|
]
|