package nacc

  1. Overview
  2. Docs
Not Another Compiler Compiler

Install

Dune Dependency

Authors

Maintainers

Sources

nacc-1.0.tbz
sha256=bf68a6a56150e3425b53dace30472552a01503ae5a1c5b274a864d442165d69f
sha512=88e034277e6f548478cd65f2e209a83dbb72c050cdab0e0bd27f5da98a87d46753c02167782d93d8c738d3db95978ea8077bd656b9b23ddff7860b3a84947d37

CHANGES.md.html

1.0

Changes in the public API ! Nacc now supports chainl and chainr combinators to eliminate left recursion in patterns with associative operators. A new minimal error handling API is also available.

  • Chainl and Chainr combinators

  • Let syntax to chain parsers

  • Parse_from_file function

  • New documentation

  • Rework of the error handling API

0.1 --55bb84028

  • Monadic core parsers and contrib general-usage parsers

  • Calculator REPL example