Add 'restrictions' that are carried along with the chunk. This allows us to capture '<>' and '<=>' tests correctly. |
|
More...
|
over 22 years ago
|
Add debug_test_type_to_string, make debug_symbol_to_string return a strdup'd string so we can call it more than once during the same activation. |
|
More...
|
over 22 years ago
|
More tests for backtracing. |
|
More...
|
over 22 years ago
|
abort() if we're not x86. |
|
More...
|
over 22 years ago
|
Update notes. |
|
More...
|
over 22 years ago
|
Fix missing backslash. |
|
More...
|
over 22 years ago
|
Add post-conditions to the test to verify that chunks are created correctly. Allow for arbitrary number of cycles so that we can verify that chunks get created and work right. |
|
More...
|
over 22 years ago
|
Pick up where I left off. |
|
More...
|
over 22 years ago
|
Add -arch ppc flag. |
|
More...
|
over 22 years ago
|
Add macro for dumping beta tests. |
|
More...
|
over 22 years ago
|
Fix ordering problem that was causing us to miss relational tests: get rid of post-sort and do token sorting at insertion time. |
|
More...
|
over 22 years ago
|
Fix 'print [rule]': handle integer constants and inequality tests. |
|
More...
|
over 22 years ago
|
Tcl8.0 doesn't have Tcl_InitStubs. |
|
More...
|
over 22 years ago
|
Implement basic rule printing. |
|
More...
|
over 22 years ago
|
Rename `rete_add_production' to prod_add_production. |
|
More...
|
over 22 years ago
|
Conjunctive and disjunctive tests don't test a field directly, so don't print one. |
|
More...
|
over 22 years ago
|
Fix uninitialized members of condition struct. |
|
More...
|
over 22 years ago
|
Fix token leak: we don't want to share tokens that are below the bottom-most goal while we're popping subgoals. |
|
More...
|
over 22 years ago
|
Add primitive leak detection code. |
|
More...
|
over 22 years ago
|
Add heap_free(). |
|
More...
|
over 22 years ago
|
Make this work for real. |
|
More...
|
over 22 years ago
|
Deal with Win32 sign-extension. |
|
More...
|
over 22 years ago
|
Bring up-to-date. |
|
More...
|
over 22 years ago
|
MSVC #defines max(). Lame! |
|
More...
|
over 22 years ago
|
Move `ensure_alpha_node' into rete.c because we need it for chunking. Use the wme to create the alpha test instead of copying the alpha test from the beta node (experimental). |
|
More...
|
over 22 years ago
|
Add some new chunking tests. |
|
More...
|
over 22 years ago
|
Oops. |
|
More...
|
over 22 years ago
|
Parameterize goal construction, too. |
|
More...
|
over 22 years ago
|
Queue finalization of tokens, since several instantiations may share tokens that need to be destroyed. Add an option to print beta nodes without tokens. |
|
More...
|
over 22 years ago
|
Add debug versions of malloc and free to help track down UMRs and FMRs. |
|
More...
|
over 22 years ago
|