Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/unknownrori/project-erebus
- Owner: UnknownRori
- License: wtfpl
- Created: 2022-12-22T03:24:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T11:49:07.000Z (9 months ago)
- Last Synced: 2024-02-14T14:01:28.527Z (9 months ago)
- Topics: cpp11, cpp17, math, math-expression-evaluator, math-expression-solver, shunting-yard-algorithm, simple, solver
- Language: C++
- Homepage: https://unknownrori.github.io/project-erebus/
- Size: 387 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.