Skip to content

Releases: silverhairs/lox

v0.0.42

23 Jul 22:12
164eaae
Compare
Choose a tag to compare
fix static analysis (#34)

v0.0.40

22 Jul 14:53
9d24d79
Compare
Choose a tag to compare
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

20 Jul 03:51
0cba613
Compare
Choose a tag to compare
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

20 Jul 03:48
Compare
Choose a tag to compare
fix: minor fix

v0.0.37

20 Jul 00:18
af814cf
Compare
Choose a tag to compare
Minor code improvements (#24)

* chore: code cleaning

* docs: add installation script

* docs: update download script

* Update README.md

v0.0.36

11 Jul 01:28
2faf6d5
Compare
Choose a tag to compare
Use semantic versioning in release names (#19)

* Releases now use semantic versioning in their names.

Release 35

10 Jul 15:13
a50de34
Compare
Choose a tag to compare
Docs (#17)

* chore: code cleaning

* docs: add installation script

* docs: update download script

* Update README.md

Release 34

09 Jul 21:40
db1bf33
Compare
Choose a tag to compare
Merge branch 'main' into releases

Release 33

09 Jul 21:37
Compare
Choose a tag to compare
ci: new release