Skip to content

v0.2.0

Choose a tag to compare

@timfennis timfennis released this 20 Mar 09:19
· 53 commits to master since this release
e112950

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
  • continue keyword (thanks Brian Janssen!)
  • New stdlib functions: chunks, repeat, atan2, locate, is_empty
  • Codebase split into multiple crates