mirror of
https://github.com/danog/parser.git
synced 2025-01-09 14:18:26 +01:00
23 lines
478 B
Plaintext
23 lines
478 B
Plaintext
|
[
|
||
|
Constant {
|
||
|
constants: [
|
||
|
Constant {
|
||
|
name: Identifier {
|
||
|
name: "FOO",
|
||
|
},
|
||
|
value: LiteralInteger {
|
||
|
i: 1,
|
||
|
},
|
||
|
},
|
||
|
Constant {
|
||
|
name: Identifier {
|
||
|
name: "BAR",
|
||
|
},
|
||
|
value: LiteralInteger {
|
||
|
i: 2,
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
]
|