Skip to content

Releases: rimuz/smudge

v0.4.0 (unstable)

06 Jan 22:48
Compare
Choose a tag to compare
v0.4.0 (unstable) Pre-release
Pre-release
  • fixed several bugs
  • implemented std.lang::Table

v0.3.2 (unstable)

26 Nov 23:18
Compare
Choose a tag to compare
v0.3.2 (unstable) Pre-release
Pre-release
  • fixed many awful bugs
  • implemented an hash table (std.lang::Table)
  • added 'windows embedded mode'
  • stack overflow detection

v0.3.1 (unstable)

08 Nov 20:52
Compare
Choose a tag to compare
v0.3.1 (unstable) Pre-release
Pre-release
  • fixed several bugs
  • implemented std.io::File

v0.3.0 (unstable)

23 Sep 22:11
Compare
Choose a tag to compare
v0.3.0 (unstable) Pre-release
Pre-release
  • refactored GC with a new root-detection system. Intp/GC more stable.
  • implemented box std.thread
  • compiler/interpreter bugs fixed

v0.2.4 (unstable)

13 Sep 22:25
Compare
Choose a tag to compare
v0.2.4 (unstable) Pre-release
Pre-release
  • nearly full thread support
  • partial std.thread box implementation
  • refactoring of Interpreter/GC with mutex locks
  • bugs fixed (3/3 units passed)