Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 823 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 823 Bytes

Calculator - CLIed calculator with graphs

A small command-line calculator that builds a computational graph based on the expressions you enter and computes the value of the specific node

Commands

  • help : prints all commands with their descriptions
  • set [variable-name] [definition] : adds (or reassign) the definition (or expression) of the variable-node named 'variable-name'
  • exit : exits calculator
  • showvars : shows all variables with their assigned-status and the last assigned definition
  • info : shows different information about graph engine's current state
  • evaluate [variable-name] : evaluates the value of the variable-node named 'variable-name'

Technologies

Project is created with:

c

  • C language