libppx-tools-versioned-ocaml

Tools for authors of OCaml syntactic tools (Runtime library)

Description

A variant of ppx-tools based on ocaml-migrate-parsetree.

It includes tools for authors of syntactic tools (such as ppx rewriters):
 * ppx_metaquot: a ppx filter to help writing programs which
   manipulate the Parsetree, by allowing the programmer to use
   concrete syntax for expressions creating Parsetree fragments and
   patterns deconstructing Parsetree fragments;
 * rewriter: a utility to help testing ppx rewriters that runs the
   rewriter on user-provided code and returns the result;
 * Ast_mapper_class: a generic mapper from Parsetree to Parsetree
   implementing a deep identity copy, which can be customized with a
   custom behavior for each syntactic category;
 * dumpast: parses fragments of OCaml code (or entire source files)
   and dump the resulting internal Parsetree representation;
 * genlifter: generates a virtual "lifter" class for one or several
   OCaml type constructors.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/ocaml-ppx/ppx_tools_versioned


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libppx-tools-versioned-ocaml