package menhirformat
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Formatter for Menhir and ocamllex
Install
dune-project
Dependency
Authors
Maintainers
Sources
menhirformat.0.1.0.tar.gz
md5=d575405f1bdecf528165735637e3f130
sha512=3b4b3e5461c38a20f204a0a23781c31a6271cc06df803737c8861d3be81e614b855a13385fb9911b7c9f4d46c9950e0a90dd7f5e7b92598e63fea171347d0ea0
Description
A formatter for Menhir and ocamllex code. It takes care of indentation and whitespace in your lexer and parser rules and it calls ocamlformat to format the OCaml code of their semantic actions.
Dependencies (12)
-
re
>= "1.14.0" -
ocamlformat-rpc-lib
>= "0.23.0" -
ppx_deriving_yojson
>= "3.10.0" -
pprint
>= "20230830" -
menhir
>= "20250912" -
ordering
>= "3.20.2" -
containers
>= "3.6" -
cmdliner
>= "2.1.1" - visitors
-
linol
>= "0.10" -
ocaml
>= "4.14" -
dune
>= "3.20"
Dev Dependencies (4)
-
odoc
with-doc -
ppx_inline_test
with-test -
ppx_expect
with-test -
alcotest
with-test
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page