0.2.0
Pre-release
Pre-release
Changelog
New operators
- Binary arithmetic operators:
+
,-
- Arithmetic-assignment operators:
+=
,-=
- Increment and decrement operators:
++
,--
(both prefix and postfix)
New functions
- Math functions:
abs
Other changes
- Unit tests and code examples for all new operators and functions
- Updated release script