Description
PPX rewriters can share utilities for working with OCaml abstract syntax trees. This helps developers build syntax extensions and code generators without duplicating low-level AST handling.
It is a development library for compiler-extension tooling. It is commonly installed as a dependency of PPX packages.