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

Fixed the parser crashing #66

Closed LPeter1997 closed 3 years ago

LPeter1997 commented 3 years ago

Fixed the crash-bug that turned out to be an underflow when indexing. Simplified many duplications with generic constructs. Minor touch-ups for codegen.

Closes #62

sonarcloud[bot] commented 3 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 0 Code Smells

78.2% 78.2% Coverage
0.0% 0.0% Duplication