parser/tests/fixtures/0034/ast.txt

20 lines
411 B
Plaintext
Raw Normal View History

[
Expression {
expr: Infix {
lhs: Infix {
lhs: LiteralString {
value: "foo",
},
op: Concat,
rhs: LiteralString {
value: "bar",
},
},
op: Concat,
rhs: LiteralString {
value: "baz",
},
},
},
]