package cairn

  1. Overview
  2. Docs
A derivation explorer and logger for menhir parser

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.0.tar.gz
md5=43b3b8fa2d55fb45e7c8f55119fd2414
sha512=183619fc6344906610db6eeaf787d7885df568531f75bb2ad97a03de8c3a4e2a7ebef7b09dace891f18afc27799195f8e9c5fd46497757bf4ecead5a57ff0694

doc/CHANGES.html

v2.0

  • [Breaking change] entirely change the signature to a simpler one (remove the need to instantiate a technical module to call Make functor, by simulating a generic module signature (encapsulating it in a module defining the return value type)).
  • [Breaking change] handling options on how to display log with optional arguments instead of different functions in the produced module.
  • adding functions to directly parse string and file
  • marginal improvements to the code.
  • normalize and clarify a bit the documentation; and adds use example of Cmly_read.FromString functor for loading the grammar.
  • clarify how to use parsers and lexers with non-standard names.
  • adding short attribute support for non-terminal symbols.

v1.0

  • Initial public release
OCaml

Innovation. Community. Security.

On This Page
  1. v1.0