mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
the reasoner's states are now closures just like the code for the def rules. This means more compact JIT compiled code and uniformity with the code for def rules
This commit is contained in:
@@ -82,7 +82,7 @@ typedef struct {
|
||||
int arity;
|
||||
PgfEquations* defns; // maybe null
|
||||
PgfExprProb ep;
|
||||
void* predicate;
|
||||
PgfFunction predicate;
|
||||
struct {
|
||||
PgfFunction code;
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user