2021-11-03 16:34:05 +08:00
|
|
|
---
|
2021-12-28 01:38:16 +08:00
|
|
|
source: nac3parser/src/parser.rs
|
|
|
|
assertion_line: 150
|
2021-11-03 16:34:05 +08:00
|
|
|
expression: parse_ast
|
2021-12-28 01:38:16 +08:00
|
|
|
|
2021-11-03 16:34:05 +08:00
|
|
|
---
|
|
|
|
Located {
|
|
|
|
location: Location {
|
|
|
|
row: 1,
|
|
|
|
column: 1,
|
2021-12-28 01:38:16 +08:00
|
|
|
file: FileName(
|
|
|
|
"unknown",
|
|
|
|
),
|
2021-11-03 16:34:05 +08:00
|
|
|
},
|
|
|
|
custom: (),
|
|
|
|
node: DictComp {
|
|
|
|
key: Located {
|
|
|
|
location: Location {
|
|
|
|
row: 1,
|
|
|
|
column: 2,
|
2021-12-28 01:38:16 +08:00
|
|
|
file: FileName(
|
|
|
|
"unknown",
|
|
|
|
),
|
2021-11-03 16:34:05 +08:00
|
|
|
},
|
|
|
|
custom: (),
|
|
|
|
node: Name {
|
|
|
|
id: "x1",
|
|
|
|
ctx: Load,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
value: Located {
|
|
|
|
location: Location {
|
|
|
|
row: 1,
|
|
|
|
column: 6,
|
2021-12-28 01:38:16 +08:00
|
|
|
file: FileName(
|
|
|
|
"unknown",
|
|
|
|
),
|
2021-11-03 16:34:05 +08:00
|
|
|
},
|
|
|
|
custom: (),
|
|
|
|
node: Name {
|
|
|
|
id: "x2",
|
|
|
|
ctx: Load,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
generators: [
|
|
|
|
Comprehension {
|
|
|
|
target: Located {
|
|
|
|
location: Location {
|
|
|
|
row: 1,
|
|
|
|
column: 13,
|
2021-12-28 01:38:16 +08:00
|
|
|
file: FileName(
|
|
|
|
"unknown",
|
|
|
|
),
|
2021-11-03 16:34:05 +08:00
|
|
|
},
|
|
|
|
custom: (),
|
|
|
|
node: Name {
|
|
|
|
id: "y",
|
|
|
|
ctx: Load,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
iter: Located {
|
|
|
|
location: Location {
|
|
|
|
row: 1,
|
|
|
|
column: 18,
|
2021-12-28 01:38:16 +08:00
|
|
|
file: FileName(
|
|
|
|
"unknown",
|
|
|
|
),
|
2021-11-03 16:34:05 +08:00
|
|
|
},
|
|
|
|
custom: (),
|
|
|
|
node: Name {
|
|
|
|
id: "z",
|
|
|
|
ctx: Load,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
ifs: [],
|
|
|
|
is_async: false,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|