forked from GitHub/gf-core
pgf_generate_all now works with literals as well
This commit is contained in:
@@ -29,6 +29,7 @@ struct PgfReasoner {
|
||||
PgfAbswersMap* table;
|
||||
GuBuf* pqueue;
|
||||
GuBuf* exprs;
|
||||
size_t n_reported_exprs;
|
||||
PgfClosure* start;
|
||||
PgfEvalGates* eval_gates; // cached from pgf->abstr->eval_gates
|
||||
GuExn* err;
|
||||
@@ -135,6 +136,15 @@ pgf_reasoner_complete(PgfReasoner* rs, PgfExprState* st);
|
||||
void
|
||||
pgf_reasoner_try_constant(PgfReasoner* rs, PgfExprState* prev, PgfAbsFun* absfun);
|
||||
|
||||
void
|
||||
pgf_reasoner_mk_string(PgfReasoner* rs, PgfExprState* parent);
|
||||
|
||||
void
|
||||
pgf_reasoner_mk_int(PgfReasoner* rs, PgfExprState* parent);
|
||||
|
||||
void
|
||||
pgf_reasoner_mk_float(PgfReasoner* rs, PgfExprState* parent);
|
||||
|
||||
PgfClosure*
|
||||
pgf_evaluate_expr_thunk(PgfReasoner* rs, PgfExprThunk* thunk);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user