mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
28 lines
596 B
Plaintext
28 lines
596 B
Plaintext
[
|
|
Expression {
|
|
expr: PropertyFetch {
|
|
target: Variable {
|
|
name: "foo",
|
|
},
|
|
property: Identifier {
|
|
name: "bar",
|
|
},
|
|
},
|
|
},
|
|
Expression {
|
|
expr: PropertyFetch {
|
|
target: PropertyFetch {
|
|
target: Variable {
|
|
name: "foo",
|
|
},
|
|
property: Identifier {
|
|
name: "bar",
|
|
},
|
|
},
|
|
property: Identifier {
|
|
name: "baz",
|
|
},
|
|
},
|
|
},
|
|
]
|