mirror of
https://github.com/danog/parser.git
synced 2025-01-09 06:08:25 +01:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
|
[
|
||
|
Expression {
|
||
|
expr: Infix {
|
||
|
lhs: List {
|
||
|
items: [
|
||
|
ListItem {
|
||
|
key: None,
|
||
|
value: Variable(
|
||
|
Variable {
|
||
|
start: (
|
||
|
3,
|
||
|
6,
|
||
|
),
|
||
|
name: "a",
|
||
|
end: (
|
||
|
3,
|
||
|
8,
|
||
|
),
|
||
|
},
|
||
|
),
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
op: Assign,
|
||
|
rhs: Variable(
|
||
|
Variable {
|
||
|
start: (
|
||
|
3,
|
||
|
12,
|
||
|
),
|
||
|
name: "foo",
|
||
|
end: (
|
||
|
3,
|
||
|
16,
|
||
|
),
|
||
|
},
|
||
|
),
|
||
|
},
|
||
|
},
|
||
|
]
|