ppx_nanocaml
Framework for writing nanopass-style compilers

Install

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=38877f4878af035303e02b3c9a399e98

Description

A PPX-based toolkit that eases compiler writing by automatically generating the code needed to write a compiler. Nanocaml is designed for the nanopass-style of writing compilers, which emphasizes the use of many small passes that only perform one change to the AST, rather than only a few large passes.

Published: 19 Dec 2017

Dependencies (4)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. jbuilder >= "1.0+beta7"
  3. batteries
  4. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None