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.
- Host: GitHub
- URL: https://github.com/henry7720/js-calc
- Owner: henry7720
- License: agpl-3.0
- Created: 2025-03-24T04:24:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:54:42.000Z (10 months ago)
- Last Synced: 2025-06-08T15:49:30.741Z (7 months ago)
- Topics: calculator, javascript, js, js-calc, js-calculator, recursive-descent-parser, web-app, web-application
- Language: JavaScript
- Homepage: https://projects.henrycodes.xyz/js-calc/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)