mirror of
https://github.com/danog/parser.git
synced 2025-01-09 06:08:25 +01:00
20 lines
411 B
Plaintext
20 lines
411 B
Plaintext
|
[
|
||
|
Expression {
|
||
|
expr: Infix {
|
||
|
lhs: Infix {
|
||
|
lhs: LiteralString {
|
||
|
value: "foo",
|
||
|
},
|
||
|
op: Concat,
|
||
|
rhs: LiteralString {
|
||
|
value: "bar",
|
||
|
},
|
||
|
},
|
||
|
op: Concat,
|
||
|
rhs: LiteralString {
|
||
|
value: "baz",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
]
|