Skip to content

YawKar/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple command-line calculator that creates a computational graph based on the expressions you enter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published