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

Seal up classes not intended for inheritance #134

Open LPeter1997 opened 2 years ago

LPeter1997 commented 2 years ago

The codebase really didn't take sealed classes into account. There should be a quick skim through of what should be sealed. This includes templates for generation! (Note: only for templates that are not partial, let partials be decided by the user)