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

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

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