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

Description

This protocol allows to replace the OCaml frontend of Merlin. It extends what used to be done with the `-pp' flag to handle a few more cases.

Published: 19 Apr 2022

README

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.

Dependencies (3)

  1. ocaml >= "4.02.3"
  2. cppo build & >= "1.1.0"
  3. dune >= "1.0"

Dev Dependencies

None

Used by (1)

  1. reason >= "3.5.0"

Conflicts

None