Skip to content

1.1.0

Compare
Choose a tag to compare
@fsegaud fsegaud released this 11 Sep 15:00
· 3 commits to master since this release

Changelog

Added

  • Added global variables support (variables that are common to all instances of Interpreter).
  • Implemented the disposal code (#24).
  • Added an console calculator example project (#25).

Changed

  • The number of cached nodes is now limited to 64. (#21).

Fixed

  • The regular expression that matches context variables now behaves as intended (#23).
  • Setting an existing variable no longer raises an exception (#27).