Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forivall/oppa
Operator Precedence Parser for Arithmetic
https://github.com/forivall/oppa
hacktoberfest hacktoberfest2020
Last synced: 10 days ago
JSON representation
Operator Precedence Parser for Arithmetic
- Host: GitHub
- URL: https://github.com/forivall/oppa
- Owner: forivall
- License: isc
- Created: 2016-09-10T22:19:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:16:15.000Z (2 months ago)
- Last Synced: 2024-10-31T01:03:35.611Z (about 2 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oppa
Operator Precedence Parser for Arithmetic
[![build status](https://secure.travis-ci.org/forivall/oppa.svg)](http://travis-ci.org/forivall/oppa)
[![dependency status](https://david-dm.org/forivall/oppa.svg)](https://david-dm.org/forivall/oppa)
[![coverage status](https://coveralls.io/repos/github/forivall/oppa/badge.svg)](https://coveralls.io/github/forivall/oppa)## Installation
```
npm install --save oppa
```## Usage
## Credits
[Jordan Klassen](https://github.com/forivall/)## License
ISC