package pa_ppx_parsetree

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

Install

Dune Dependency

Authors

Maintainers

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 grammamr where it's possible to have them.

Published: 12 Sep 2023

Dev Dependencies (1)

  1. ounit >= "2.2.7" & with-test

Used by

None

Conflicts

None