Releases: MatthewKosloski/torrey
Releases · MatthewKosloski/torrey
3.1.2
3.1.1
3.1.0
3.1.0 (2021-12-21)
Bug Fixes
- added toBoolean method to BooleanExpr (9c9fa55)
- changes to the version prompt (#36) (a7befb8)
- constant fold unary expressions (dea87df)
- fixed issue where labels aren't being generated by orphaned CompareExprs (40f430b)
- fixed issue where orphaned expressions aren't folded (782b3c7)
- make IfThenElseExpr falsy if its test condition is falsy (b743e9d)
Features
torreyc-3.0.8
Bug Fixes
- 5a75db7 fix: idents bounded to lets have UNDEFINED eval type
torreyc-3.0.7
Bug Fixes
- 4d8a822 fix: implemented IR gen and code gen for == operator
torreyc-3.0.6
torreyc-3.0.5
torreyc-3.0.4
torreyc-3.0.3
Reverts 90e2648 and exits with status code 1 if syntax or semantic error.
torreyc-3.0.2
Fixes an issue where the JVM exits with an abnormal termination code. Now, the JVM will always exit with successful error code.