Skip to content

Releases: girish-io/shuntingyard

v1.0.0

31 Jan 01:55
Compare
Choose a tag to compare

What's new?

Core features

This implementation of the algorithm has been extended to support:

  • Variable declaration and evaluation
  • Functions
    • sin
    • cos
    • tan
  • Numeric values greater than 9
  • Negative values
  • Decimal values

Graphing support

Support for drawing graphs to images in PPM (Portable Pixmap) format has been added.

Graphs can be plotted using the plot command in the CLI tool.