Skip to content

Releases: aslze/asl-calculator

asl-calculator 1.1.2

05 Feb 23:30
Compare
Choose a tag to compare

Compatibility with latest ASL 1.11.5

asl-calculator 1.1.1

14 Sep 21:00
Compare
Choose a tag to compare

Small fixes and improvements

  • A static library is built that you can link to (it is not installed, just include this repo as a subproject).
  • Fixed some issues (include guards, compute() function is now const)

asl-calculator 1.0

05 Feb 20:09
Compare
Choose a tag to compare

Initial version. Requires ASL.

You can use just Calculator.h and Calculator.cpp

Other files are a sample using this C++ class, and similar code in JS and Python for comparison.