mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
23 lines
482 B
Plaintext
23 lines
482 B
Plaintext
[
|
|
Constant {
|
|
constants: [
|
|
Constant {
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "FOO",
|
|
end: (
|
|
1,
|
|
17,
|
|
),
|
|
},
|
|
value: LiteralInteger {
|
|
i: "1",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
]
|