-
0.9.14-beta Stable
released this
2024-03-27 21:39:44 +00:00 | 301 commits to master since this releaseFeatures
- implement logic for exposing non-static fields (TopchetoEU)
Downloads
-
0.9.13-beta Stable
released this
2024-03-27 21:09:04 +00:00 | 302 commits to master since this releaseFeatures
- add simple for-of loop (not intended for production usage) (TopchetoEU)
Commits
ef5d291: Update README.md (TopchetoEU)79e1d1c: Merge branch 'master' of https://github.com/TopchetoEU/java-jscript (TopchetoEU)
Downloads
-
0.9.12-beta Stable
released this
2024-03-08 22:45:13 +00:00 | 305 commits to master since this releaseBug Fixes
- buildline expects tag to start with 'v' (TopchetoEU)
Downloads
-
v0.9.6-beta Stable
released this
2024-03-05 15:10:20 +00:00 | 312 commits to master since this releaseBug Fixes
- clear buffer of line writer file (TopchetoEU)
Downloads
-
v0.9.5-beta Stable
released this
2024-03-05 14:52:08 +00:00 | 313 commits to master since this releaseBug Fixes
- don't use Context.NULL in global scope (TopchetoEU)
Downloads
-
v0.9.4-beta Stable
released this
2024-03-05 14:30:22 +00:00 | 314 commits to master since this releaseCommits
662dcc1: bump (TopchetoEU)
Downloads
-
v0.9.3-beta Stable
released this
2024-03-05 14:22:39 +00:00 | 315 commits to master since this releaseBug Fixes
- separate scope records from scopes (TopchetoEU)
- use new global API (TopchetoEU)
Downloads
-
v0.9.2-beta Stable
released this
2024-03-03 18:49:34 +00:00 | 317 commits to master since this releaseBug Fixes
- properly check permissions (TopchetoEU)
Downloads
-
v0.9.1-beta Stable
released this
2024-03-03 18:31:43 +00:00 | 318 commits to master since this releaseFeatures
- add std streams as global variables (TopchetoEU)
Downloads
-
v0.9.0-beta Stable
released this
2024-03-02 12:04:45 +00:00 | 319 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