mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
24 lines
504 B
Plaintext
24 lines
504 B
Plaintext
[
|
|
Declare {
|
|
declares: [
|
|
DeclareItem {
|
|
key: Identifier {
|
|
name: "A",
|
|
},
|
|
value: LiteralString {
|
|
value: "B",
|
|
},
|
|
},
|
|
DeclareItem {
|
|
key: Identifier {
|
|
name: "C",
|
|
},
|
|
value: LiteralString {
|
|
value: "D",
|
|
},
|
|
},
|
|
],
|
|
body: [],
|
|
},
|
|
]
|