mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
started on showPGF
This commit is contained in:
@@ -609,6 +609,14 @@ PgfText *pgf_print_expr(PgfExpr e,
|
||||
return printer.get_text();
|
||||
}
|
||||
|
||||
PGF_API
|
||||
PgfText *pgf_print_ident(PgfText *name)
|
||||
{
|
||||
PgfPrinter printer(NULL,0,NULL);
|
||||
printer.efun(name);
|
||||
return printer.get_text();
|
||||
}
|
||||
|
||||
PGF_API
|
||||
PgfExpr pgf_read_expr(PgfText *input, PgfUnmarshaller *u)
|
||||
{
|
||||
|
||||
@@ -343,6 +343,9 @@ PgfText *pgf_print_expr(PgfExpr e,
|
||||
PgfPrintContext *ctxt, int prio,
|
||||
PgfMarshaller *m);
|
||||
|
||||
PGF_API_DECL
|
||||
PgfText *pgf_print_ident(PgfText *name);
|
||||
|
||||
PGF_API_DECL
|
||||
PgfExpr pgf_read_expr(PgfText *input, PgfUnmarshaller *u);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user