Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Releases: TopchetoEU/jscript

0.9.13-beta

27 Mar 21:09
79e1d1c
Compare
Choose a tag to compare

Features

  • add simple for-of loop (not intended for production usage) (TopchetoEU)

Commits

0.9.12-beta

08 Mar 22:46
d8ea655
Compare
Choose a tag to compare

Bug Fixes

  • buildline expects tag to start with 'v' (TopchetoEU)

v0.9.6-beta

05 Mar 15:11
b33325a
Compare
Choose a tag to compare

Bug Fixes

v0.9.5-beta

05 Mar 14:52
ccf75d6
Compare
Choose a tag to compare

Bug Fixes

  • don't use Context.NULL in global scope (TopchetoEU)

v0.9.4-beta

05 Mar 14:31
662dcc1
Compare
Choose a tag to compare

Commits

v0.9.3-beta

05 Mar 14:23
3e62146
Compare
Choose a tag to compare

Bug Fixes

v0.9.2-beta

03 Mar 18:50
70d5871
Compare
Choose a tag to compare

Bug Fixes

v0.9.1-beta

03 Mar 18:32
7b9bbe5
Compare
Choose a tag to compare

Features

  • add std streams as global variables (TopchetoEU)

v0.9.0-beta

02 Mar 12:05
e6399c1
Compare
Choose a tag to compare

Compiler 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

Bug Fixes

Code Refactoring

v0.8.7-beta

09 Feb 11:48
285960b
Compare
Choose a tag to compare

Code Refactoring