LanguageDev / Yoakke

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

Implemented a proper finite automata library #109

Closed LPeter1997 closed 2 years ago

LPeter1997 commented 2 years ago

Separated out a finite automaton library that is used for the lexer. The new automata can be minimized and supports way more things than the old, very specific API.

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

0.0% 0.0% Coverage
10.1% 10.1% Duplication