- REPL functionality.
- Operations validation.
-
Bug in lexer related with signed numbers.
-
Segmentation fault in operations with an invalid number of opening/closing parentheses.
- Warning message for wrong number of parenthesis.
- Memory leaks.
GR
constant.
-
Variables work by value instead of by reference.
-
Minor performance improvements.
- Memory leaks.
- Bug related to variable declaration.
-
rand
function that returns a random number between 0 and 1. -
format
flag for formatting the result. -
G
constant.
thousands
flags to display thousands separators.
-
Support for numbers with commas (,).
-
Data measurement units (mb, gb, tb and pt).
-
asin
,acos
andatan
functions. -
interactive
flag to force interactive mode.
- Memory error message.
-
Validation for division by zero.
-
Question mark for every undefined token in verbose mode.
- Bug related to operands and parenthesis.
-
Flags in interactive mode.
-
degree
andround
flags. -
PI
andE
constants.
- Bug related to negative exponent numbers.
- The
%
operator.
- Removed extra whitespaces.
- Initial release.