A small command-line calculator that builds a computational graph based on the expressions you enter and computes the value of the specific node
help: prints all commands with their descriptionsset [variable-name] [definition]: adds (or reassign) the definition (or expression) of the variable-node named 'variable-name'exit: exits calculatorshowvars: shows all variables with their assigned-status and the last assigned definitioninfo: shows different information about graph engine's current stateevaluate [variable-name]: evaluates the value of the variable-node named 'variable-name'
Project is created with:
- C language