Skip to content

Releases: 0xM4LL0C/yuji

v0.2.1

03 Nov 19:23
fb1f177

Choose a tag to compare

[v0.2.1] - 2025-11-03

Fixed

  • fixed crash when copying anonymous function in yuji_ast_node_copy (#38)
  • fixed null pointer dereference in interpreter (#37)
  • fixed build failure on macOS due to unsupported malloc attribute with arguments (#39)

v0.2.0

31 Oct 16:29
2b8963a

Choose a tag to compare

[v0.2.0] - 2025-11-31

Added

  • added support for return, break, continue keywords
  • added new stdlib modules: std/math, std/time, std/os, std/array
  • added array support
  • added support for anonymous functions
  • added support for +=, -=, *=, /=, %= operators

v0.1.0

04 Oct 15:18

Choose a tag to compare

[v0.1.0] - 2025-10-04

Added

  • initial release