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>
22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
[
|
|
UnitEnum {
|
|
name: Identifier {
|
|
name: "Foo",
|
|
},
|
|
attributes: [],
|
|
implements: [],
|
|
body: [
|
|
UnitEnumCase {
|
|
name: Identifier {
|
|
name: "Bar",
|
|
},
|
|
},
|
|
UnitEnumCase {
|
|
name: Identifier {
|
|
name: "Baz",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
]
|