Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kuy/parseco
- Owner: kuy
- Created: 2017-03-16T13:23:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T16:12:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T12:40:02.952Z (2 months ago)
- Topics: core, ocaml, parser-combinators
- Language: OCaml
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`