LanguageDev / Yoakke

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

Port the SGs to the new incremental API #133

Closed LPeter1997 closed 2 years ago

LPeter1997 commented 2 years ago

.NET 6 brought the incremental SGs API which speeds up generation time a ton, because it memoizes the built up pipeline.