Is it possible to make a graph like this one with ocamlgraph? HTML labels have to be delimited with <> instead of "" and I don't see any mention of this functionality in the documentation.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
They can parse this kind of dot nodes: the documentation for the Dot_ast module of OCamlgraph has a If you need this feature, you could consider implementing it yourself (just change the files |
|||
|
|