added graphvizParseTree in the C and Python runtimes

This commit is contained in:
kr.angelov
2013-08-15 15:10:28 +00:00
parent 5337b4bef7
commit fc7e77bf50
4 changed files with 267 additions and 31 deletions

View File

@@ -2,6 +2,9 @@
#define PGF_GRAPHVIZ_H_
void
pgf_graphviz_abstract_tree(PgfExpr expr, GuWriter* wtr, GuExn* err);
pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, GuWriter* wtr, GuExn* err);
void
pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, GuWriter* wtr, GuExn* err);
#endif