package reason-parser

  1. Overview
  2. Docs
Reason Parser: Meta Language Toolchain

Install

Dune Dependency

Authors

Maintainers

Sources

reason-parser-2.0.0.tar.gz
md5=f36b9ab6794aa640f17e0bb9bdebf80f

Description

reason allows development of Meta Language syntax trees in non-text format. It allows a development model that is equivalent to collaborating on syntax trees that have been committed to a source code repository.

This is the parser sub-package.

Tags

syntax

Published: 02 Jun 2017

Dependencies (8)

  1. ppx_tools_versioned >= "5.0beta" & < "5.2.1"
  2. ocaml-migrate-parsetree < "2.0.0"
  3. topkg = "0.8.1"
  4. result = "1.2"
  5. merlin-extend >= "0.3" & < "0.5"
  6. menhir = "20170418"
  7. ocamlfind build
  8. ocaml >= "4.02" & < "4.05"

Dev Dependencies

None

Used by (1)

  1. reason = "2.0.0"

Conflicts

None