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

https://github.com/henry7720/js-calc

A classic, four-function calculator implemented with a recursive descent parser.
https://github.com/henry7720/js-calc

calculator javascript js js-calc js-calculator recursive-descent-parser web-app web-application

Last synced: 7 months ago
JSON representation

A classic, four-function calculator implemented with a recursive descent parser.

Awesome Lists containing this project

README

          

# JS-Calc

A classic, interactive four-function web calculator implemented with a recursive descent parser in JavaScript.

## Dependencies

* Modern Web Browser w/ JavaScript Enabled
* Git

## Cloning the Repository

To clone the repository to a directory of your choosing, run:
`git clone https://github.com/henry7720/JS-Calc.git`

## How to Use

Open the `index.html` file in a web browser and enjoy! The folder may be hosted as-is on any web server. Since the pages are static, there's nothing to worry about.

## License

[`AGPLv3`](LICENSE)