package ppx_ast
OCaml AST used by Jane Street ppx rewriters
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_ast-v0.10.0.tar.gz
sha256=b217f93edfb7c4d321bd5fd6ae4105158dee6cee4ba7f7db62da0346bd1d9069
md5=8853cb32dd6c22365283156ed6f54622
Description
Ppx_ast selects a specific version of the OCaml Abstract Syntax Tree from the migrate-parsetree project that is not necessarily the same one as the one being used by the compiler.
It also snapshots the corresponding parser and pretty-printer from the OCaml compiler, to create a full frontend independent of the version of OCaml.
Published: 15 Dec 2017
README
README.org
#+TITLE: ppx\_ast #+PARENT: ../README.md Ppx\_ast selects a specific version of the OCaml Abstract Syntax Tree from the [[https://github.com/let-def/migrate-parsetree][migrate-parsetree]] project that is not necessarily the same one as the one being used by the compiler. It also snapshots the corresponding parser and pretty-printer from the OCaml compiler, to create a full frontend independent of the version of OCaml. This AST is used in all Jane Street ppx rewriters, and more generally in all Ppx\_core/Ppx\_driver based ppx rewriters. Using a different ASTs allows to "detach" the ppx code from the compiler libraries, and allow to use ppx rewriters with new compilers before upgrading the ppx code.
Dependencies (4)
-
ocaml-migrate-parsetree
>= "0.4" & < "2.0.0"
-
jbuilder
>= "1.0+beta12"
-
ocaml-compiler-libs
>= "v0.10" & < "v0.11"
-
ocaml
>= "4.04.1" & < "4.07.0"
Dev Dependencies
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page