Releases: rimuz/smudge
Releases · rimuz/smudge
v0.4.0 (unstable)
- fixed several bugs
- implemented
std.lang::Table
v0.3.2 (unstable)
- fixed many awful bugs
- implemented an hash table (std.lang::Table)
- added 'windows embedded mode'
- stack overflow detection
v0.3.1 (unstable)
- fixed several bugs
- implemented std.io::File
v0.3.0 (unstable)
- refactored GC with a new root-detection system. Intp/GC more stable.
- implemented box std.thread
- compiler/interpreter bugs fixed
v0.2.4 (unstable)
- nearly full thread support
- partial std.thread box implementation
- refactoring of Interpreter/GC with mutex locks
- bugs fixed (3/3 units passed)