You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reworked the way match blocks are compiled, to allow more advanced syntax with them.
With the above rework the compiled output is now more efficient with internal variables (example: if a branch used a ternary, it will now only handle that ternary when actually needed).
Fixed operators mistaking previous code blocks as tables and thus allowing invalid syntax.
Optimized the way keywords are stored.
Removed every "deprecated" element which was not actually deprecated (like the macro keyword).