1
0
forked from GitHub/gf-core

exhaustive generation without HOAS and depth limit

This commit is contained in:
Krasimir Angelov
2023-03-11 19:20:54 +01:00
parent 62d24b9431
commit 23c0b322ce
10 changed files with 490 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ public:
void prepare();
PgfExpr fetch(PgfDB *db, PgfUnmarshaller *u, prob_t *prob);
virtual void free_refs(PgfUnmarshaller *u);
virtual ~PgfParser();
private: