LanguageDev / Yoakke

A collection of libraries for implementing compilers in .NET.
Apache License 2.0
141 stars 8 forks source link

Reworked SGs to use Scriban #132

Closed LPeter1997 closed 2 years ago

LPeter1997 commented 2 years ago

Decided to go with Scriban, T4 seems like abandoned and mostly use precompiled templates.

The templates are not very beautiful - especially the parser -, it shouldn't really matter as soon it will be reworked anyway.

Closes #131