[ 源代码: menhir ]
软件包:libmenhir-ocaml-dev(20220210+ds-2)
Menhir library 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 OCaml, and has a number of enhancements over ocamlyacc.
This package contains the Menhir library for the OCaml programming language. It gives access to, among others, the following modules:
* InfiniteArray: implements infinite arrays, that is, arrays that grow transparently upon demand. * RowDisplacement: compresses a two-dimensional table, where some values are considered insignificant, via row displacement. * Engine: LR parsing engine.
其他与 libmenhir-ocaml-dev 有关的软件包
|
|
|
|
-
- dep: ocaml-4.13.1
- 本虚包由这些包填实: ocaml
-
- sug: ocaml-findlib
- management tool for OCaml libraries