mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
11 lines
253 B
C
11 lines
253 B
C
#ifndef PGF_GRAPHVIZ_H_
|
|
#define PGF_GRAPHVIZ_H_
|
|
|
|
PGF_API_DECL void
|
|
pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, GuOut* out, GuExn* err);
|
|
|
|
PGF_API_DECL void
|
|
pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, GuOut* out, GuExn* err);
|
|
|
|
#endif
|