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

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

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