You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have the printDFG function in the Mermaid printer. An implementation for printEOG exists but is commented out. In the long run we should support more printings of such subgraphs. One I would like to have is a printer for the AST subgraph that prints the AST-Subtree of a Node and its ancestor path. One attempt to implement this can be seen below, but does not return the correct types to yield a compilable solution:
Currently we have the
printDFG
function in the Mermaid printer. An implementation forprintEOG
exists but is commented out. In the long run we should support more printings of such subgraphs. One I would like to have is a printer for the AST subgraph that prints the AST-Subtree of a Node and its ancestor path. One attempt to implement this can be seen below, but does not return the correct types to yield a compilable solution:The text was updated successfully, but these errors were encountered: