Dessert waxes and floor toppings
Brian Schott via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 11 02:27:59 PST 2016
I have an idea to simplify the grammar:
Attribute:
Pragma
| ProtectionAttribute
| FloorWaxOrDessertTopping
;
StorageClass:
"enum"
| FloorWaxOrDessertTopping
;
FloorWaxOrDessertTopping:
"abstract"
| AlignAttribute
| "auto"
| "const"
| DeprecatedAttribute
| "enum"
| "extern"
| "final"
| "__gshared"
| "immutable"
| "inout"
| LinkageAttribute
| "nothrow"
| "override"
| Property
| "pure"
| "ref"
| "scope"
| "shared"
| "static"
| "synchronized"
;
I'm only half joking.
More information about the Digitalmars-d
mailing list