[ 源代码: menhir ]
软件包:menhir(20181113-1)
menhir 的相关链接
Debian 的资源:
下载源码包 menhir:
维护小组:
- Debian OCaml Maintainers (QA 页面, 邮件存档)
- Samuel Mimram (QA 页面)
- Mehdi Dogguy (QA 页面)
- Ralf Treinen (QA 页面)
外部的资源:
- 主页 [gallium.inria.fr]
相似软件包:
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.
其他与 menhir 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- sug: menhir-doc
- Documentation of the Menhir parser generator for OCaml