mirror of
https://github.com/danog/parser.git
synced 2025-01-06 04:38:22 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
25 lines
611 B
Plaintext
25 lines
611 B
Plaintext
[
|
|
Expression {
|
|
expr: ShellExec {
|
|
parts: [
|
|
Const(
|
|
"Hello, ",
|
|
),
|
|
Expr(
|
|
Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
3,
|
|
10,
|
|
),
|
|
name: "name",
|
|
},
|
|
),
|
|
),
|
|
),
|
|
],
|
|
},
|
|
},
|
|
]
|