[ ソース: 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