mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
21 lines
398 B
Plaintext
21 lines
398 B
Plaintext
[
|
|
UnitEnum {
|
|
name: Identifier {
|
|
name: "Foo",
|
|
},
|
|
implements: [],
|
|
body: [
|
|
UnitEnumCase {
|
|
name: Identifier {
|
|
name: "Bar",
|
|
},
|
|
},
|
|
UnitEnumCase {
|
|
name: Identifier {
|
|
name: "Baz",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
]
|