| 2019-03-17 |
Mark Thom | use concrete version number for readline-rs |
commit | commitdiff | tree | snapshot |
| 2019-03-17 |
Mark Thom | use new readline crate |
commit | commitdiff | tree | snapshot |
| 2019-03-17 |
Mark Thom | add halt/0 |
commit | commitdiff | tree | snapshot |
| 2019-03-17 |
Mark Thom | use the readline library at toplevel |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | update README |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | add non-backtrackable and backtrackable global variables |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | update build instructions, change to the scryer-prolog... |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | clean up bb_put/2 a bit |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | update README: backtrackable globals |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | bb_put/2 and bb_get/2 |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | use ordsets in library(dif) |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
Mark Thom | change the semantics of put_atts/2 to better reflect... |
commit | commitdiff | tree | snapshot |
| 2019-03-11 |
Mark Thom | add ordsets library, domain.pl attributed variables... |
commit | commitdiff | tree | snapshot |
| 2019-03-10 |
Mark Thom | eliminate generation of dynamic clauses when compiling... |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | remove dynamic code indices when modules are redefined. |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | perform term and goal expansion on asserted dynamic... |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | propagate dynamic database changes to toplevel |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | stop module dynamic predicate modifications from taking... |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | properly update dynamically updated predicates in modul... |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | add assoc.pl, add max evaluable functor |
commit | commitdiff | tree | snapshot |
| 2019-03-09 |
Mark Thom | split dynamic database keys across modules |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
Mark Thom | improve Rust-generated permissions errors |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
Mark Thom | make clause/2 global in scope |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
Mark Thom | correct clause/2 to work only on properly scoped terms |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
Mark Thom | further cross-module dynamic database fixes |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
Mark Thom | correct mismanagement of dynamic database across modules |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
Mark Thom | update toplevel exports when updated dynamically |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
Mark Thom | update toplevel exports when updated dynamically |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
Mark Thom | support module modification using dynamic database... |
commit | commitdiff | tree | snapshot |
| 2019-03-06 |
Mark Thom | correct abolish/1 |
commit | commitdiff | tree | snapshot |
| 2019-03-06 |
Mark Jordan... | update to reflect name change |
commit | commitdiff | tree | snapshot |
| 2019-03-06 |
Mark Thom | give module bounds a better respect for dynamic predicates |
commit | commitdiff | tree | snapshot |
| 2019-03-06 |
Mark Thom | give dynamic predicates a better respect for module... |
commit | commitdiff | tree | snapshot |
| 2019-03-06 |
Mark Thom | give dynamic predicates a better respect for module... |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
Mark Thom | refactor compile_work |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
Mark Thom | separate constraint checks and code addition into separ... |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
Mark Thom | current_predicate skips undefined predicates |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
Mark Thom | add another test, add unwind_protect! |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
Mark Thom | remove extraneous slashes in builtins.pl |
commit | commitdiff | tree | snapshot |
| 2019-03-04 |
Mark Thom | refactor to actual modules |
commit | commitdiff | tree | snapshot |
| 2019-03-04 |
Mark Thom | remove unification from dif/2 |
commit | commitdiff | tree | snapshot |
| 2019-03-04 |
Mark Thom | condense reverse even further |
commit | commitdiff | tree | snapshot |
| 2019-03-03 |
Mark Thom | tighten reverse/2 |
commit | commitdiff | tree | snapshot |
| 2019-03-03 |
Mark Thom | improve reverse/2 |
commit | commitdiff | tree | snapshot |
| 2019-03-03 |
Mark Thom | eliminate redundant set_p function |
commit | commitdiff | tree | snapshot |
| 2019-03-03 |
Mark Thom | do not hard code arity in builtins.pl |
commit | commitdiff | tree | snapshot |
| 2019-03-03 |
Mark Thom | correct inlining calling in last call context |
commit | commitdiff | tree | snapshot |
| 2019-03-02 |
Mark Thom | correct inlined calling bug in last call, add dynamic... |
commit | commitdiff | tree | snapshot |
| 2019-03-02 |
Mark Thom | add assertz/1 and asserta/1 |
commit | commitdiff | tree | snapshot |
| 2019-03-01 |
Mark Thom | start enabling the dynamic database |
commit | commitdiff | tree | snapshot |
| 2019-02-26 |
Mark Thom | remove defunct dependency from reif.pl |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | make better use of can_be in between library |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | evacuate when allocating anon vars |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | remove redundancy positivity check in repeat/1 |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | use can_be and must_be in library(between) |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | begin work on between library |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | add numlist/3 |
commit | commitdiff | tree | snapshot |
| 2019-02-24 |
Mark Thom | begin work on between library |
commit | commitdiff | tree | snapshot |
| 2019-02-23 |
Mark Thom | add correct error sources to bagof/3, setof/3, findall/4 |
commit | commitdiff | tree | snapshot |
| 2019-02-23 |
Mark Thom | add examples from the power of prolog |
commit | commitdiff | tree | snapshot |
| 2019-02-23 |
Mark Thom | add findall/4, bagof/3, setof/3 |
commit | commitdiff | tree | snapshot |
| 2019-02-23 |
Mark Thom | properly report deterministically successful queries |
commit | commitdiff | tree | snapshot |
| 2019-02-23 |
Mark Thom | use acyclic iteration when projecting onto query vars |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
Mark Thom | add findall/3 |
commit | commitdiff | tree | snapshot |
| 2019-02-21 |
Mark Thom | change project_attributes to use attribute vars queue |
commit | commitdiff | tree | snapshot |
| 2019-02-20 |
Mark Thom | remove clone from unwind_trail in copier.rs |
commit | commitdiff | tree | snapshot |
| 2019-02-20 |
Mark Thom | refactor parts of machine_state_impl.rs that consume... |
commit | commitdiff | tree | snapshot |
| 2019-02-20 |
Mark Thom | refactor copier.rs |
commit | commitdiff | tree | snapshot |
| 2019-02-19 |
Mark Thom | add call_residue_vars/2 |
commit | commitdiff | tree | snapshot |
| 2019-02-17 |
Mark Thom | sort attribute goals before deduplicating them linearly |
commit | commitdiff | tree | snapshot |
| 2019-02-17 |
Mark Thom | do not count calls to $reify_switch as inferences |
commit | commitdiff | tree | snapshot |
| 2019-02-17 |
Mark Thom | ensure stdin is not being locked more than once |
commit | commitdiff | tree | snapshot |
| 2019-02-17 |
Mark Thom | fix term expansion bug |
commit | commitdiff | tree | snapshot |
| 2019-02-16 |
Mark Thom | add library(reif) |
commit | commitdiff | tree | snapshot |
| 2019-02-16 |
Mark Thom | cleanup accessors, various other things |
commit | commitdiff | tree | snapshot |
| 2019-02-16 |
Mark Thom | polish freeze.pl and dif.pl |
commit | commitdiff | tree | snapshot |
| 2019-02-16 |
Mark Thom | correct attribute_goals/2 bug, add freeze/2, update... |
commit | commitdiff | tree | snapshot |
| 2019-02-16 |
Mark Thom | correct attribute_goals/2 bug, add freeze/2, update... |
commit | commitdiff | tree | snapshot |
| 2019-02-15 |
Mark Thom | update README |
commit | commitdiff | tree | snapshot |
| 2019-02-15 |
Mark Thom | correct project_attributes, correct compare_term_test... |
commit | commitdiff | tree | snapshot |
| 2019-02-14 |
Mark Thom | fix needless check in dif/2 implementation |
commit | commitdiff | tree | snapshot |
| 2019-02-14 |
Mark Thom | fix bug in dif/2 implementation |
commit | commitdiff | tree | snapshot |
| 2019-02-14 |
Mark Thom | remove extraneous [ from dif.pl |
commit | commitdiff | tree | snapshot |
| 2019-02-14 |
Mark Thom | fix attribute_goals/2 display bugs, cycle detection bug |
commit | commitdiff | tree | snapshot |
| 2019-02-13 |
Mark Thom | prepare to add project_attributes/2 and attribute_goals/2 |
commit | commitdiff | tree | snapshot |
| 2019-02-13 |
Mark Thom | call verify_attributes/3 once per module |
commit | commitdiff | tree | snapshot |
| 2019-02-12 |
Mark Thom | fix attributed variables dealing with NeckCut on return |
commit | commitdiff | tree | snapshot |
| 2019-02-12 |
Mark Thom | bracket verify_attributes/3 interrupts with allocation... |
commit | commitdiff | tree | snapshot |
| 2019-02-10 |
Mark Thom | correct and update README |
commit | commitdiff | tree | snapshot |
| 2019-02-10 |
Mark Thom | correct and update README |
commit | commitdiff | tree | snapshot |
| 2019-02-10 |
Mark Thom | cut when finished verify_attributes/3 calls |
commit | commitdiff | tree | snapshot |
| 2019-02-09 |
Mark Thom | correct error catching in call_verify_attributes/4 |
commit | commitdiff | tree | snapshot |
| 2019-02-09 |
Mark Thom | call goals in one batch after rebinding variables,... |
commit | commitdiff | tree | snapshot |
| 2019-02-09 |
Mark Thom | correct bugs in verify_attributes handling |
commit | commitdiff | tree | snapshot |
| 2019-02-08 |
Mark Thom | add preliminary support for verify_attributes/3 |
commit | commitdiff | tree | snapshot |
| 2019-02-07 |
Mark Thom | add verify_attributes driver code |
commit | commitdiff | tree | snapshot |
| 2019-02-07 |
Mark Thom | flatten CompiledQuery and CompiledFact in Code, remove... |
commit | commitdiff | tree | snapshot |
| 2019-02-06 |
Mark Thom | correct misspelled AttrVar in copier.rs |
commit | commitdiff | tree | snapshot |
| 2019-02-05 |
Mark Thom | properly copy already-copied attributed variables as... |
commit | commitdiff | tree | snapshot |
| next |