mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
40 lines
919 B
Plaintext
40 lines
919 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: [],
|
|
},
|
|
]
|