-
v0.9.0-beta Stable
released this
2024-03-02 12:04:45 +00:00 | 313 commits to master since this releaseCompiler cleanup
In this update, the compiler has been completely separated from the runtime, so that the runtime doesn't even care about the source or language it's executing, and the compiler doesn't care about the runtime that will run its executable.
Also, a major memory leak where a function would stay indefinitely in memory was fixed.
Changelog:
Features
- separate compilation and runtime (TopchetoEU)
Bug Fixes
- respect return value of constructors (TopchetoEU)
- call move when passing same array to copyTo (TopchetoEU)
- make debugging work again (TopchetoEU)
Code Refactoring
- fully separate event loop from context (TopchetoEU)
- remove unused var (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.0-beta.jar
404 KiB
-
jscript-0.9.0-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB