package menhir

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

Install

Dune Dependency

Authors

Maintainers

Sources

menhir-20120123.tar.gz
sha256=65cd9e4f813c62697c60c344963ca11bd461169f574ba3a866c2691541cb4682
md5=1167cc6023f5d5e829e1d31ccbaad67d

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.