Add function for rendering the stack as a DOT graph

This commit is contained in:
Max Brunsfeld 2016-02-23 00:08:55 -08:00
parent b99c257e9e
commit 6dd92c3abe
2 changed files with 79 additions and 0 deletions

View file

@ -119,6 +119,8 @@ void ts_stack_clear(Stack *);
void ts_stack_set_tree_selection_callback(Stack *, void *,
TreeSelectionFunction);
char *ts_stack_dot_graph(Stack *, const char **);
#ifdef __cplusplus
}
#endif