Skip to content

Latest commit

 

History

History
172 lines (96 loc) · 2.2 KB

File metadata and controls

172 lines (96 loc) · 2.2 KB

Changelog

0.3.6 - 2021-2-15

Added

  • Sleep function
  • prng

Fixed

  • Scientific notation
  • comparison operators

0.3.5 - 2021-1-29

Added

  • Function default variables

Changed

  • optimized string conversion
  • Preprocessor can now add multiplication to numbers with others

Fixed

  • Multiple cases where input string could crash program

0.3.4 - 2021-1-21

Added

  • -c option to immediately evaluate strings
  • --time option

Changed

  • Evaluation now uses a hash table

Fixed

  • Variables not showing up in globals
  • Better bracket checking

0.3.3 - 2021-1-14

Added

  • Safe mode

0.3.2 - 2021-1-6

Added

  • more functions

Fixed

  • Random loading bar appearances
  • Assigning to null function

0.3.1 - 2021-1-3

Added

  • Ability to change the angle unit
  • Added 2 more functions

Changed

  • ! is now NOT operator

Fixed

  • Hang on exit
  • Clock
  • Better memory cleanup after long string execute

0.3.0 - 2021-1-2

Added

  • Hash table for functions
  • Hash table for variables
  • 26 built-in functions
  • --bare option
  • -j option
  • Analyzer
  • Function precalculating

Fixed

  • Buffer issues
  • consistency issues

0.2.3 - 2020-12-28

Added

  • Ability to display functions using /globals

Fixed

  • --noexec would still leave execute on
  • Massive optimizations to RPN and execute

0.2.2 - 2020-12-27

Added

  • Function overloading
  • Better support for strings

Fixed

  • Issues with Cache
  • Loading bar issues

0.2.1 - 2020-12-25

Added

  • Exporting variables to a text file

Fixed

  • Bar appears after calculation
  • Cache metadata bug

Changed

  • inlined functions used by executer

0.2.0 - 2020-12-22

Added

  • New operators
  • mathematical constants

Changed

  • interface string

Fixed

  • Major optimizations to Execute and RPN
  • Fixed cache refresh on dependencies

0.1.0 - 2020-12-21

Added

  • Functions

Fixed

  • multiple issues and inconsistencies

0.1.0-a.2 - 2020-12-19

Fixed

  • random number generator

0.1.0-a.1 - 2020-12-19

ZetaStack released