Version 1.1.0 Released
Version 1.1.0 of snail has been released. This version contains minor bug fixes as described below as well as some internal changes. You can download a copy from the Downloads page.
[v1.1.0] - 2022-03-09
Added
- JSON schema for SL-AST format
- Internal modifications for supporting docker-based builds
Changed
- Array constructor type errors are now caught in the parsing stage
- SL-AST format simplified for
new-array
expressions
Fixed
- Line numbers for string literals are now correct after parsing from a
.sl
file - Parser error message formatting corrected
- Fixed Location of
else
body reported by parser