SDK to extend Merlin
Browse cluster: OCaml Systems and Utilities →Merlin-extend is an SDK for extending Merlin, an OCaml language frontend, by allowing developers to plug in custom parsers and readers. The library works by implementing the Reader.V0 signature and instantiating the Reader.Make functor to generate a binary with custom parsing capabilities. It is built in OCaml and has been used to add support for Reason syntax to Merlin. The project was created by let-def.