package menhir

  1. Overview
  2. Docs
LR(1) parser generator

Install

Dune Dependency

Authors

Maintainers

Sources

menhir-20130116.tar.gz
sha256=5769f628dddcb45d123fc1cdb16ff2313f5d76cbb69363419c9dcf78f526f5a9
md5=47b3666ecf799168c1250169b2c7f052

README.html

README

In this variant of the calc demo, the parser's semantic actions are
parameterized over a structure, called [Semantics], which defines how numbers
should be interpreted. The parser is later instantiated with floating-point
numbers, so the calculator actually performs floating-point evaluation -- but
the grammar specification is independent of this detail.
OCaml

Innovation. Community. Security.