0.6.4 #152
xTrayambak
announced in
Announcements
0.6.4
#152
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bali 0.6.4 is out with ~50 commits in total. It's been 4 months since the last release, haha.
This update mostly focuses on stabilizing the engine and making it more stable and ready for embedding into other programs.
The most notable addition is the implementation of try-catch clauses.
Optimizations
SCAPL
(set cap to list)MARKHOMO
(mark list as homogenous)POPL
(pop list)POPLPFX
(pop list prefix)Bug Fixes
ToPrimitive()
INVK
only increments the program counter when invoking a native functioncomputeTypeof()
in Nim (andtypeof
in JavaScript) now handles callables (BytecodeCallable
andNativeCallable
are mapped tofunction
)Additions
Error
type. This is not used yet.-d:baliLogVmDbg
) and operation-execute debugging (-d:baliLogExecDbg
).tests/data/comp-asgn-001.js
That's about it for now. :^)
This discussion was created from the release 0.6.4.
Beta Was this translation helpful? Give feedback.
All reactions