[ 原始碼: 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