Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayzr522/calculator-repl
A simple REPL calculator program written in C++ for learning purposes
https://github.com/rayzr522/calculator-repl
Last synced: 26 days ago
JSON representation
A simple REPL calculator program written in C++ for learning purposes
- Host: GitHub
- URL: https://github.com/rayzr522/calculator-repl
- Owner: rayzr522
- Created: 2018-01-24T23:40:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:07:41.000Z (11 months ago)
- Last Synced: 2023-12-22T03:14:29.744Z (11 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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