mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
progress on showPGF
This commit is contained in:
@@ -168,6 +168,12 @@ struct PGF_INTERNAL_DECL PgfDBUnmarshaller : public PgfUnmarshaller {
|
||||
virtual void free_ref(object x);
|
||||
};
|
||||
|
||||
struct PGF_INTERNAL_DECL PgfInternalMarshaller : public PgfMarshaller {
|
||||
virtual object match_lit(PgfUnmarshaller *u, PgfLiteral l);
|
||||
virtual object match_expr(PgfUnmarshaller *u, PgfExpr e);
|
||||
virtual object match_type(PgfUnmarshaller *u, PgfType ty);
|
||||
};
|
||||
|
||||
typedef struct PgfBind {
|
||||
PgfBindType bind_type;
|
||||
struct PgfBind *next;
|
||||
|
||||
Reference in New Issue
Block a user