Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040564
en ru br
ALT Linux repos
S:20211230-alt1

Group :: Development/ML
RPM: ocaml-menhir

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 20211230-alt1
Build date: 5 january 2022, 09:33 ( 116.2 weeks ago )
Size: 1054.38 Kb

Home page:   http://gallium.inria.fr/~fpottier/menhir/

License: QPL
Summary: LR(1) parser generator for the OCaml programming language.
Description:

Menhir is a LR(1) parser generator for the OCaml programming language.
That is, Menhir compiles LR(1) grammar specifications down to OCaml
code. Menhir is 90 percent compatible with ocamlyacc. Legacy ocamlyacc
grammar specifications are accepted and compiled by Menhir. The
resulting parsers run and produce correct parse trees. However, parsers
that explicitly invoke functions in module Parsing behave slightly
incorrectly. For instance, the functions that provide access
to positions return a dummy position when invoked by a Menhir parser.
Porting a grammar specification from ocamlyacc to Menhir requires
replacing all calls to module Parsing with new Menhir-specific keywords.

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

  • ocaml-menhir
  • ocaml-menhir-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin