Parser and Interpreter in OCaml
Lox interpreter written in OCaml: See github.com/roguh/hrclox.
Based off https://craftinginterpreters.com.
Boilerplate code for writing parsers in OCaml using Menhir + sedlex See github.com/roguh/ocaml-parsing
(Unfinished, but the parser is fairly complete)