https://github.com/eratio08/learn-angstrom
Learning about OCaml's Angstrom lib
https://github.com/eratio08/learn-angstrom
angstrom monkey-lang ocaml
Last synced: 4 months ago
JSON representation
Learning about OCaml's Angstrom lib
- Host: GitHub
- URL: https://github.com/eratio08/learn-angstrom
- Owner: eratio08
- Created: 2024-04-01T19:23:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T21:11:39.000Z (about 2 years ago)
- Last Synced: 2024-04-06T21:42:05.619Z (about 2 years ago)
- Topics: angstrom, monkey-lang, ocaml
- Language: OCaml
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Angstrom
Learning about [Angstrom](https://v3.ocaml.org/p/angstrom/0.15.0/doc/Angstrom/index.html) by implementing a parser for [Monkey Lang](https://monkeylang.org/) by Thorsten Ball.
## What works?
- [x] Parsing Monkey
- [x] Interpret Monkey
- [x] REPL
- [ ] Recursion