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 the automata library along with the interval-based collections #136

Open LPeter1997 opened 2 years ago

LPeter1997 commented 2 years ago

The current automata library has a couple of issues, like the excessive amount of interfaces and no cancellation token possibility for the long-running processes. A bit of rework would be neat before the first release.