mirror of
https://github.com/arkorty/ExprEvalplusplus.git
synced 2026-03-18 00:57:18 +00:00
Commit details: - Add new file ast.cxx with ASTNode, Identifier, Divide, Multiply, Subtract, Power classes. - Include necessary headers and static initialization of variableTable in Identifier class. - Add a test function runTest() for evaluating a complex expression. - Add printHelpMessage() function for displaying program usage. - Update main function to handle "--run-test" argument.