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

Collections cleanup #108

Closed LPeter1997 closed 3 years ago

LPeter1997 commented 3 years ago

Refactored the Collections project. Finally made the "interval set" and "interval map" proper abstractions to the point where I can feel like they could be useful in the collections library. They have been renamed as dense set and dense map, as the old names didn't make much sense.

Closes #103

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 4 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 25 Code Smells

5.0% 5.0% Coverage
0.0% 0.0% Duplication