v0.2.0
This is the version of the interpreter that I used for Advent of Code 2025, marking the end of the second year of the project. Notable additions since v0.1.0:
- JSON encode/decode
- Scalar broadcasting for tuple operations (e.g.
(1,2) + (5,3)) - Crypto module with MD5 and SHA1 support
- Operators as first-class functions
- Basic LSP with type signature hints
- Early static type inference system
continuekeyword (thanks Brian Janssen!)- New stdlib functions: chunks, repeat, atan2, locate, is_empty
- Codebase split into multiple crates