mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
bd2023c3c4
Signed-off-by: azjezz <azjezz@protonmail.com>
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
[
|
|
Expression {
|
|
expr: Print {
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
value: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
17,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
},
|
|
]
|