mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
29 lines
637 B
Plaintext
29 lines
637 B
Plaintext
[
|
|
BackedEnum {
|
|
name: Identifier {
|
|
name: "Foo",
|
|
},
|
|
attributes: [],
|
|
implements: [],
|
|
backed_type: String,
|
|
body: [
|
|
BackedEnumCase {
|
|
name: Identifier {
|
|
name: "Bar",
|
|
},
|
|
value: LiteralString {
|
|
value: "3",
|
|
},
|
|
},
|
|
BackedEnumCase {
|
|
name: Identifier {
|
|
name: "Baz",
|
|
},
|
|
value: LiteralString {
|
|
value: "g",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
]
|