Skip to content

Releases: leogomesdev/ast-calculator-nodejs

v1.1.0

30 Nov 12:04

Choose a tag to compare

  • Implements an evaluator instead of using Javascript "eval"
  • Allows input of -x and +x values, e.g.: -1 times +5
  • Allows decimal numbers, e.g.: 1 times 0.5

v1.0.2

13 Nov 14:25

Choose a tag to compare

Revert "Remove recursion when reading from console stdin"

v1.0.1

13 Nov 13:53

Choose a tag to compare

Update readme and package.json descriptions
Remove recursivity when reading from stdin

v1.0.0

13 Nov 13:01

Choose a tag to compare

The first release includes the initial version of the system
This version can validate and execute all the math operations
It until not uses AST (Abstract syntax tree)