https://github.com/zweifisch/mattone
promise based parser combinator for javascript
https://github.com/zweifisch/mattone
Last synced: 2 months ago
JSON representation
promise based parser combinator for javascript
- Host: GitHub
- URL: https://github.com/zweifisch/mattone
- Owner: zweifisch
- Created: 2015-08-02T09:54:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T09:56:33.000Z (almost 11 years ago)
- Last Synced: 2025-10-17T13:27:11.140Z (9 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mattone
promise based parser conbinator for javascript
```javascript
require("babel/polyfill");
mattone = require("mattone");
```
## projects using mattone
* [yaddle](https://github.com/zweifisch/yaddle)
## development
- npm test