package pa_ppx_parsetree

  1. Overview
  2. Docs
A Camlp5-based Quasi-Quotation ppx rewriter for OCaml's AST

Install

Dune Dependency

Authors

Maintainers

Sources

0.02.tar.gz
sha512=8ba0dcc0191c0e0c6fa8b492cd307d9aca29c6b63a43186ab4d24e46e320f8b8cde144ff0a86703556e691e7e28e10ea480d30aa170bb13aa7472691e753cf93

Description

This package provides quasi-quotations (like ppx_metaquot) for the OCaml AST, so you can write code that computes over OCaml's AST, using human-readable surface syntax for patterns and expressions.

It provides them based on the official OCaml parser, but with anti-quotations at every point in the grammar where it's possible to have them.

Published: 03 Oct 2023

Dev Dependencies (2)

  1. mdx >= "2.3.0" & with-test
  2. ounit >= "2.2.7" & with-test

Used by

None

Conflicts

None