LanguageDev / Yoakke

A collection of libraries for implementing compilers in .NET.
https://languagedev.github.io/Yoakke/
Apache License 2.0
141 stars 8 forks source link

Rework Source Generators to work with T4 #131

Closed LPeter1997 closed 2 years ago

LPeter1997 commented 2 years ago

The Source Generators are working with raw strings right now, but they would be a lot more readable and maintainable with T4.