History

0.0.1

Added

• Token core class
Class for storing and organizing tokenized numbers, operators, parenthesis, and functions. For use in RPN Objects or SYAlgo parsing.
• RPN core class
Class for storing a list of Tokens in Reverse Polish notation. Can solve the provided list.
• SYAlgo core class
Class that uses the Shunting Yard Algorithm to parse a set of Tokens that returns a RPN Object.
• Documentation
this
• Logo
Created a basic logo to be used projectwide
• Horizontal axis and vertical axis
For now, since graphing isnt implemented, the axes only extend a limited range. This is temporary.
• Jost font
Will be using this font for all GUI elements. May be changed in the future or stay as the main font. See the thirdparty/font folder in the source for license.
• Simple GUI
Added a simple GUI that allows the calculation of various expressions and version indicator at the bottom right.