mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 13:32:51 -06:00
started a new database-backed runtime from scratch
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
#ifndef PGF_GRAPHVIZ_H_
|
||||
#define PGF_GRAPHVIZ_H_
|
||||
|
||||
typedef struct {
|
||||
int noLeaves;
|
||||
int noFun;
|
||||
int noCat;
|
||||
int noDep;
|
||||
GuString nodeFont;
|
||||
GuString leafFont;
|
||||
GuString nodeColor;
|
||||
GuString leafColor;
|
||||
GuString nodeEdgeStyle;
|
||||
GuString leafEdgeStyle;
|
||||
} PgfGraphvizOptions;
|
||||
|
||||
extern PgfGraphvizOptions pgf_default_graphviz_options[1];
|
||||
|
||||
PGF_API_DECL void
|
||||
pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, PgfGraphvizOptions* opts, GuOut* out, GuExn* err);
|
||||
|
||||
PGF_API_DECL void
|
||||
pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, PgfGraphvizOptions* opts, GuOut* out, GuExn* err);
|
||||
|
||||
PGF_API_DECL void
|
||||
pgf_graphviz_word_alignment(PgfConcr** concrs, size_t n_concrs, PgfExpr expr, PgfGraphvizOptions* opts, GuOut* out, GuExn* err);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user