Skip to content

2.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 15:07

[2.0.2] - 2025-01-25

Added

  • scriptcomp: Added support for binary (0b101010) and octal (0o52) integers.

Fixed

  • The MacOS binary build via GHA is now amd64, not arm64. A proper universal build can come later.
  • asm: Can now correctly disasm struct equality checks.