package atd

  1. Overview
  2. Docs
Parser for the ATD data format description language

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.12.0.tar.gz
sha256=3e81d562e74374b98c0f383c1ded46beb06d8416d2065645fd68d3b8b0238ddd
md5=f85f590714edcdd4b847aa242b6c5747

doc/atd/Atd_reflect/index.html

Module Atd_reflect

Conversion of an AST value into OCaml source code that creates this value

val print_full_module_def : Buffer.t -> string -> Atd_ast.full_module -> unit

print_full_module_def buf name x prints OCaml source code that would construct the given ATD tree x and call it name.