Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EECS348 Project: Arithmetic Expression Solver

*** EECS348 Fall 2023 Project ***

Orange Team Members

Mikaela Navarro - Team Admin

Adam Albee - Project/Technical Lead 1

Mahgoub Husien - Project/Technical Lead 2

Elijah Pijanowski - Utility Developer/Quality Assurance Engineer

Jackson Yanek - Quality Assurance Engineer

Overview

Welcome to our EECS348 project! We designed a user-friendly expression solver that can parse and evaluate arithmetic expressions. The user can run the program on their terminal and enter in any expression that adheres to the specified requirements. The expression solver will process the input and return the evaluation.

How To Run And Use It

  • Download the ZIP file and locate the 'code' folder using your terminal

  • Type the following in the terminal

    make clean
    make
    ./calculator
    
  • Now you're able to use our solver! Enter in any expression that uses these operators: +, -, *, /, ^ or **, %, e

  • You may also use parentheses () and brackets []

  • If you're ready to exit, type 'quit' or use Ctrl+D

For more details on how to use our program, look at our User's Manual

About

EECS348 Fall Project

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages