mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
5127b2116d
Signed-off-by: azjezz <azjezz@protonmail.com>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
[
|
|
Constant(
|
|
Constant {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
end: (
|
|
1,
|
|
29,
|
|
),
|
|
entries: [
|
|
ConstantEntry {
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "FOO",
|
|
end: (
|
|
1,
|
|
17,
|
|
),
|
|
},
|
|
value: LiteralInteger {
|
|
i: "1",
|
|
},
|
|
},
|
|
ConstantEntry {
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
22,
|
|
),
|
|
name: "BAR",
|
|
end: (
|
|
1,
|
|
26,
|
|
),
|
|
},
|
|
value: LiteralInteger {
|
|
i: "2",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
),
|
|
]
|