Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuy/parseco

Learning parser combinators in OCaml + Core.
https://github.com/kuy/parseco

core ocaml parser-combinators

Last synced: 1 day ago
JSON representation

Learning parser combinators in OCaml + Core.

Awesome Lists containing this project

README

        

## parseco

Learning parser combinator in OCaml + Core.

### Requirements

* [Core](http://opam.ocaml.org/packages/core/)

```
$ opam install core
```

### Build

`corebuild -pkg re2 parseco.native`

### Run

`./parseco.native`