rgrinberg / ocaml-depgraph

Generate a dot graph from your OCaml sources
7 stars 0 forks source link

Escape reserved words #1

Open grievejia opened 5 years ago

grievejia commented 5 years ago

When the target project contains modules whose names clash with dot-reserved keywords (e.g. "Node", "Digraph"), depgraph needs to escape them with double quotations.

If I find some spare time in the weekends I can probably submit a pull request on this.

rgrinberg commented 5 years ago

A PR would be awesome. This project is just a POC and I no have plans to maintain it.