Biohazrd icon indicating copy to clipboard operation
Biohazrd copied to clipboard

Use a source generator to generate boilerplate for TransformerBase

Open PathogenDavid opened this issue 3 years ago • 1 comments

~~This generator should ideally be written so that non-standard declarations can be added easily.~~ Custom declaration and type reference support is handled through special interfaces. So we don't need to worry about supporting them. (Although we could automagically implement these interfaces.)

PathogenDavid avatar Sep 09 '20 00:09 PathogenDavid

We should also generate GetEnumerator on declarations which have translated declarations as children.

PathogenDavid avatar Sep 13 '20 10:09 PathogenDavid