mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
24 lines
499 B
Plaintext
24 lines
499 B
Plaintext
[
|
|
Declare {
|
|
declares: [
|
|
DeclareItem {
|
|
key: Identifier {
|
|
name: "a",
|
|
},
|
|
value: LiteralInteger {
|
|
i: 3,
|
|
},
|
|
},
|
|
DeclareItem {
|
|
key: Identifier {
|
|
name: "c",
|
|
},
|
|
value: LiteralString {
|
|
value: "f",
|
|
},
|
|
},
|
|
],
|
|
body: [],
|
|
},
|
|
]
|