toplevel emits round trip pprint of ast to console.
This commit is contained in:
11
ppx_graph.ml
Normal file
11
ppx_graph.ml
Normal file
@ -0,0 +1,11 @@
|
||||
open Ppxlib
|
||||
open Log_js
|
||||
|
||||
let log_info pp exp =
|
||||
Log.info (fun m -> m "ppx_graph: %a" pp exp);
|
||||
exp
|
||||
|
||||
let init () =
|
||||
Driver.register_transformation
|
||||
~impl:(log_info Ocaml_common.Pprintast.structure)
|
||||
"ppx_graph"
|
||||
Reference in New Issue
Block a user