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