Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unknownrori/project-erebus

College first semester last assignment, Simple Math Expression Solver written in C++
https://github.com/unknownrori/project-erebus

cpp11 cpp17 math math-expression-evaluator math-expression-solver shunting-yard-algorithm simple solver

Last synced: about 4 hours ago
JSON representation

College first semester last assignment, Simple Math Expression Solver written in C++

Awesome Lists containing this project

README

        

# Project Ἔρεβος

Last assignment of first Semester of my College, though my assignment is different than everyone else (Because the prof currently teach to function call), while everyone is free to build something while myself is specified to create a `Calculator`, so i made cool calculator.

## Demo

![](https://github.com/UnknownRori/project-erebus/blob/main/screenshot/screenshot-1.png)

## 🚀 Building & Running

```bash
# Clone the repository
> git clone https://github.com/UnknownRori/project-erebus

# Enter directory
> cd project-erebus

# Build & Run
> make

# Build & Debug
> make debug

# Build
> make

# Clean build
> make clean
```

## 🌟 Contribution

Feel free to open up issue or sending pull request, i will look forward to it.