Skip to content

Releases: jokruger/kavun

v0.3.2

18 May 06:32

Choose a tag to compare

  • No args form for .filter and .count
  • Refactoring

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 May 13:25

Choose a tag to compare

Breaking change: jump instruction operands have been reduced from 32-bit to 16-bit. The VM bytecode format now uses a normalized instruction shape: one byte for the opcode and one or two bytes for operands. This change reduces bytecode size, simplifies instruction decoding, and enables more targeted VM optimizations. Existing compiled bytecode must be regenerated with the new compiler/runtime version.

v0.2.3

12 May 20:35

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

12 May 09:55

Choose a tag to compare

Changelog