mirror of
https://github.com/danog/parser.git
synced 2024-12-12 00:59:37 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
[
|
|
BackedEnum {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
6,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
3,
|
|
9,
|
|
),
|
|
},
|
|
attributes: [],
|
|
implements: [],
|
|
backed_type: Int,
|
|
body: [
|
|
BackedEnumCase {
|
|
name: Identifier {
|
|
start: (
|
|
4,
|
|
10,
|
|
),
|
|
name: "Bar",
|
|
end: (
|
|
4,
|
|
14,
|
|
),
|
|
},
|
|
value: LiteralInteger {
|
|
i: 2,
|
|
},
|
|
},
|
|
BackedEnumCase {
|
|
name: Identifier {
|
|
start: (
|
|
5,
|
|
10,
|
|
),
|
|
name: "Baz",
|
|
end: (
|
|
5,
|
|
14,
|
|
),
|
|
},
|
|
value: LiteralInteger {
|
|
i: 4,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
]
|