Organisationsocaml-ppxppxlib

ppxlib

https://github.com/ocaml-ppx/ppxlib
Refs Branches (6)
Add json mapper for pp_ast
Add json mapper for pp_ast Signed-off-by: Pedro B S Lisboa <pedrobslisboa@gmail.com>
11c4ba
#526
Match compilers dummy loc
Add changes entry Signed-off-by: Patrick Ferris <patrick@sirref.org>
b7784c
#540
WIP: Improve deriving inline so it can be used alongside other ppx-es
Mark deriving.end attributes as seen in -no-corrections mode Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
6426dc
#541
Add AST section to examples
Improve Makefile Signed-off-by: Pedro B S Lisboa <pedrobslisboa@gmail.com>
e585e6
#545
5.3 effect syntax
Use ppxlib.migration namespace and attach loc to ppxlib.effects_syntax Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
bdbe1d
#552
Add --use-compiler-pp flag to standalone driver
Add --use-compiler-pp flag to standalone driver This flag allows user to force the driver to print AST as source code using the installed compiler printers rather than its own. This can be useful in situation where one is using the driver source output on older OCaml version to prevent outputting incompatible syntax. In addition it can prevent the driver to output uninterpreted extensions when migrating down newer compiler features before we bumped the internal AST. Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
0d3e8b
#555