mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
29 lines
617 B
Plaintext
29 lines
617 B
Plaintext
[
|
|
Constant(
|
|
Constant {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
end: (
|
|
1,
|
|
20,
|
|
),
|
|
entries: [
|
|
ConstantEntry {
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "FOO",
|
|
},
|
|
value: LiteralInteger {
|
|
i: "1",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
),
|
|
]
|