[ Bron: menhir ]
Pakket: menhir (20181113-1)
Verwijzigingen voor menhir
Debian bronnen:
Het bronpakket menhir downloaden:
Beheerders:
- Debian OCaml Maintainers (QA-pagina, Mailarchief)
- Samuel Mimram (QA-pagina)
- Mehdi Dogguy (QA-pagina)
- Ralf Treinen (QA-pagina)
Externe bronnen:
- Homepage [gallium.inria.fr]
Vergelijkbare pakketten:
Parser generator for OCaml
Menhir is a LR(1) parser generator for the OCaml programming language. It is mostly compatible with the ocamlyacc parser generator provided with the OCaml system, and has the following enhancements over ocamlyacc:
* it accepts LR(1) grammars, * it offers parameterized nonterminal symbols as well as a library of standard definitions, * it explains conflicts in terms of the grammar, * it allows grammar specifications to be split over multiple files and parametrized by OCaml modules, * it produces reentrant parsers.
Andere aan menhir gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- sug: menhir-doc
- Documentation of the Menhir parser generator for OCaml