package ppx_parser

  1. Overview
  2. Docs
OCaml PPX extension for writing stream parsers

Install

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=c6d4c4fbff9510eaa8d2aded7e2baa8b
sha512=a7da67d8b8a310a091eed8ff238276ded03d7c75b58b7ca91d7e3e38170ad955c91742a878f49614eb7e28748000a80220df883f6dd7e0de64b585fa2e8511eb

Description

This library is an OCaml ppx rewriter for writing stream parser. 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.

Tags

stream parser

Published: 26 Apr 2023

Dependencies (3)

  1. ppxlib >= "0.27.0"
  2. dune >= "2.9"
  3. ocaml >= "4.13.0"

Dev Dependencies (4)

  1. odoc with-doc
  2. camlp-streams with-test
  3. ppx_deriving with-test
  4. alcotest with-test

Used by

None

Conflicts

None