Skip to content

JotaEspig/math-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

math-interpreter

A math interpreter made in C

Supported operations

  • Addition ( "+" )
  • Subtraction ( "-" )
  • Multiplication ( "*" )
  • Division ( "/" )

You can combine these operations using parenthesis ( "(" and ")" )

Compile and Run

  1. compile the project with: make
  2. run with ./bin/math

About

A math interpreter made in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published