mirror of
https://github.com/danog/parser.git
synced 2024-11-27 12:24:57 +01:00
40 lines
921 B
Plaintext
40 lines
921 B
Plaintext
[
|
|
Declare {
|
|
declares: [
|
|
DeclareItem {
|
|
key: Identifier {
|
|
start: (
|
|
4,
|
|
5,
|
|
),
|
|
name: "a",
|
|
end: (
|
|
4,
|
|
7,
|
|
),
|
|
},
|
|
value: LiteralInteger {
|
|
i: "3",
|
|
},
|
|
},
|
|
DeclareItem {
|
|
key: Identifier {
|
|
start: (
|
|
5,
|
|
5,
|
|
),
|
|
name: "c",
|
|
end: (
|
|
5,
|
|
7,
|
|
),
|
|
},
|
|
value: LiteralString {
|
|
value: "f",
|
|
},
|
|
},
|
|
],
|
|
body: [],
|
|
},
|
|
]
|