package merlin-extend

  1. Overview
  2. Docs
A protocol to provide custom frontend to Merlin

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-extend-0.6.1.tbz
sha256=5ec84b355ddb2d129a5948b132bfacc93adcbde2158c7de695f7bfc3650bead7
sha512=631fc96aab2f35e12a078c9b4907ca7b0db9f1e3a4026040e6c23b82e0171c256a89fb5d4c887f1d156eb9e3152783cdf7a546b2496051007a1bcf5777417396

README.md.html

README.md

An SDK to extend merlin frontend

Using a custom parser/reader for Merlin

This library allows to plug a custom parser to Merlin. This is done by implementing the Reader.V0 signature and generating a binary by instantiating the Reader.Make functor.

The main use is to support Reason syntax, see ocamlmerlin_reason.cppo.ml.