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

https://github.com/jdan/parser.ml

"Functional Pearls" parsing in OCaml
https://github.com/jdan/parser.ml

Last synced: about 1 year ago
JSON representation

"Functional Pearls" parsing in OCaml

Awesome Lists containing this project

README

          

## parser.ml

Writing a recursive descent parser as outlined in
https://www.cs.nott.ac.uk/~pszgmh/pearl.pdf

### running

```
dune exec bin/main.exe
```