Releases: jespa007/zetscript
Releases · jespa007/zetscript
zetscript-2.1.0
zetscript-2.0.3
- #367 Fixed bug double detach returning objects that shares within function
- Update README.md
zetscript-2.0.2
- #365 Fixed bug returning objects from containers leaves a double dereference and delete of the object itself in the container
zetscript-2.0.1
zetscript-2.0.0
- Massive update that rewrites a internal architecture, organize and clean code
- VM speed up ~x2.5
- VM save memory stack ~x2
- Optimize size/compile times ~x2
- Implements multiple Return/Assignments
- Implements arguments with options: default, variable arguments and by reference
- Implementation of properties with custom metamethods
- Implements keywords 'const'
- Implements operators 'in','typeof'
- Implements builtin iterators for String, Vector and Objects
- Implements builtin modules: 'System', 'Math', 'Json' and 'DateTime'
- The use of "function" keyword on class function members are not mandatory
- switch-case eval expressions
- Implements builtin concatenation with vector and object types through operator '+'
- Full documentation and working examples