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
- Host: GitHub
- URL: https://github.com/jdan/parser.ml
- Owner: jdan
- Created: 2021-08-22T22:04:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T16:24:10.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T05:12:17.200Z (about 1 year ago)
- Language: OCaml
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```