Releases: silverhairs/lox
Releases · silverhairs/lox
v0.0.42
fix static analysis (#34)
v0.0.40
release v0.0.40 Improvements in error handling * fix: parse error does not print the culprit lexeme * feat: improved error messages * fix: evaluation not being performed in REPL
v0.0.39
Improved error handling ## Parsing errors and runtime errors will not trigger a panic anymore * [interpreter]: capturing runtime errors * [parser]: capturing parsing errors
v0.0.38
fix: minor fix
v0.0.37
Minor code improvements (#24) * chore: code cleaning * docs: add installation script * docs: update download script * Update README.md
v0.0.36
Use semantic versioning in release names (#19) * Releases now use semantic versioning in their names.
Release 35
Docs (#17) * chore: code cleaning * docs: add installation script * docs: update download script * Update README.md
Release 34
Merge branch 'main' into releases
Release 33
ci: new release