package menhirformat
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.3.0.tar.gz
md5=4fabd2c319972ada15f3840cae6bbe27
sha512=91be493f28126128c6072e545f7629e0bfc91e8507324e188d0b5a885b800c1bad1abbf41f385ab6c30fe44ee64bc418c31496e6909eaaa077707c71b844e395
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 (14)
-
cmdliner
>= "2.1.1" -
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" - visitors
- lwt_ppx
- linol-lwt
-
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 (1)
-
menhir-lsp
>= "0.5.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page