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
928 B
Plaintext
40 lines
928 B
Plaintext
[
|
|
Declare {
|
|
declares: [
|
|
DeclareItem {
|
|
key: Identifier {
|
|
start: (
|
|
1,
|
|
15,
|
|
),
|
|
name: "A",
|
|
end: (
|
|
1,
|
|
16,
|
|
),
|
|
},
|
|
value: LiteralString {
|
|
value: "B",
|
|
},
|
|
},
|
|
DeclareItem {
|
|
key: Identifier {
|
|
start: (
|
|
1,
|
|
22,
|
|
),
|
|
name: "C",
|
|
end: (
|
|
1,
|
|
23,
|
|
),
|
|
},
|
|
value: LiteralString {
|
|
value: "D",
|
|
},
|
|
},
|
|
],
|
|
body: [],
|
|
},
|
|
]
|