Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/calculator-repl
A simple REPL calculator program written in C++ for learning purposes
https://github.com/foxfirecodes/calculator-repl
Last synced: 5 days ago
JSON representation
A simple REPL calculator program written in C++ for learning purposes
- Host: GitHub
- URL: https://github.com/foxfirecodes/calculator-repl
- Owner: foxfirecodes
- Created: 2018-01-24T23:40:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:07:41.000Z (about 1 year ago)
- Last Synced: 2024-12-25T05:21:03.822Z (12 days ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator REPL
> A simple REPL calculator program written in C++ for learning purposes
This is my attempt at making a REPL calculator in C++. This is one of my first projects in **C++**, so I'll be surprised if I even manage to compile this thing.
## Usage
calculator-repl
All useable commands can be seen by typing `help` or `?` in the REPL prompt.
## Compiling
Compiling on macOS or Linux is as simple as cloning this repository and running `scripts/build.sh`, assuming you have `g++` installed. If you use Windows, well... good luck, I can't be bothered to figure out some way to compile for you people. Linux is better anyways :P