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.2.0.tar.gz
md5=c860cd3fe92e15a9a205bc44bb0656cc
sha512=c58ba5d6ec279884560447e4866e7d7765f0983cfc4e8589ff20aa695b6931fd9279a2019080963c240f63fdd2232d6ab9adee8cffae2af512262492cb411c05
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)
-
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
-
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