package ppx_parser
- 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
OCaml PPX extension for writing stream parsers
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_parser-0.2.1.tbz
sha256=907ae59119f0a8fb9a796924e13cfe480018cdd16dd734a4211955fa16086a76
sha512=f8a2ff90cde48c438eacdba015675c2d1eab5dbb3136c2ec9d9e90d9bf43d52a5f641427c87bcb193f25d7e8a3bf5a900aec2de5fd47a6e85774bb00cb4420c5
Description
This library is an OCaml ppx rewriter for writing stream parsers. Its notation is close to the notation of Camlp4 stream parsers. Hence, it can be used as a replacement for projects that still rely on the stream parser notation of Camlp4.
For newer projects, it is advised to use lexer and parser generators.
Dev Dependencies (4)
-
odoc
with-doc -
camlp-streams
with-test -
ppx_deriving
with-test -
alcotest
with-test & >= "1.2.0"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page