Skip to content

July 2020 Release

Compare
Choose a tag to compare
@antoniojkim antoniojkim released this 22 Jul 15:34
· 33 commits to master since this release

Adds some new user-facing functionality.

Complete overhaul of function dispatch system as well as a complete redesign of the parsing algorithm. Now uses an elegant modification of the Shunting-Yard algorithm that creates a stack per context instead of having only a single global stack.

See CalcPlusPlus.zip for the windows binary.
See CalcPlusPlus.tar.gz for the linux binary.