0.3.6 - 2021-2-15
- Sleep function
- prng
- Scientific notation
- comparison operators
0.3.5 - 2021-1-29
- Function default variables
- optimized string conversion
- Preprocessor can now add multiplication to numbers with others
- Multiple cases where input string could crash program
0.3.4 - 2021-1-21
- -c option to immediately evaluate strings
- --time option
- Evaluation now uses a hash table
- Variables not showing up in globals
- Better bracket checking
0.3.3 - 2021-1-14
- Safe mode
0.3.2 - 2021-1-6
- more functions
- Random loading bar appearances
- Assigning to null function
0.3.1 - 2021-1-3
- Ability to change the angle unit
- Added 2 more functions
- ! is now NOT operator
- Hang on exit
- Clock
- Better memory cleanup after long string execute
0.3.0 - 2021-1-2
- Hash table for functions
- Hash table for variables
- 26 built-in functions
- --bare option
- -j option
- Analyzer
- Function precalculating
- Buffer issues
- consistency issues
0.2.3 - 2020-12-28
- Ability to display functions using /globals
- --noexec would still leave execute on
- Massive optimizations to RPN and execute
0.2.2 - 2020-12-27
- Function overloading
- Better support for strings
- Issues with Cache
- Loading bar issues
0.2.1 - 2020-12-25
- Exporting variables to a text file
- Bar appears after calculation
- Cache metadata bug
- inlined functions used by executer
0.2.0 - 2020-12-22
- New operators
- mathematical constants
- interface string
- Major optimizations to Execute and RPN
- Fixed cache refresh on dependencies
0.1.0 - 2020-12-21
- Functions
- multiple issues and inconsistencies
0.1.0-a.2 - 2020-12-19
- random number generator