| 2019-11-29 |
Mark Thom | unsafe stack transition |
commit | commitdiff | tree | snapshot |
| 2019-11-16 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/scrye... |
commit | commitdiff | tree | snapshot |
| 2019-11-17 |
Mark Thom | update version number v0.8.116 |
commit | commitdiff | tree | snapshot |
| 2019-11-17 |
Mark Thom | begin migrating tests to pure prolog, correct bug in... |
commit | commitdiff | tree | snapshot |
| 2019-11-17 |
Mark Thom | quote values and goals in equations, eliminate dead... |
commit | commitdiff | tree | snapshot |
| 2019-11-16 |
Mark Thom | transition to unsafe and/or stack |
commit | commitdiff | tree | snapshot |
| 2019-11-16 |
Mark Thom | move more of the toplevel from rust into prolog |
commit | commitdiff | tree | snapshot |
| 2019-10-30 |
Mark Thom | add warnings when initialization goals fail (#168) |
commit | commitdiff | tree | snapshot |
| 2019-10-30 |
Mark Thom | handle asserts in modules a little better (#223, #224) |
commit | commitdiff | tree | snapshot |
| 2019-10-29 |
Mark Thom | install asserted predicates into modules from initializ... |
commit | commitdiff | tree | snapshot |
| 2019-10-28 |
Mark Thom | replace \n\r and \r\n by \n (#221) |
commit | commitdiff | tree | snapshot |
| 2019-10-28 |
Mark Thom | finish #214, add needed ambiguity checks if 0 is the... |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Mark Thom | correct sign/1 (#216) |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Mark Thom | update to prolog_parser v0.8.34 with increased MAX_ARIT... |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Mark Thom | add sign/1 (#216) and gcd/2 (#217) as evaluable functor... |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Mark Thom | correct #215 by fixing bug in ambiguity_check |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Mark Thom | add consult/1 and shorthand for consult/1 (#214) |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
Mark Thom | remove module from toplevel in unqualified use_module |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
Mark Thom | remove all mention of [clear] from the README |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
Mark Thom | reload files properly (re: #213) |
commit | commitdiff | tree | snapshot |
| 2019-10-23 |
Mark Thom | remove scratch comments from clpb.pl |
commit | commitdiff | tree | snapshot |
| 2019-10-20 |
Mark Thom | fix attributed variables bug causing weighted_maximum... v0.8.115 |
commit | commitdiff | tree | snapshot |
| 2019-10-19 |
Mark Thom | add order preserving tidy_trail, fix random_labeling/2 v0.8.114 |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
Mark Thom | add randomness predicates, small but consequential... v0.8.113 |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Mark Thom | Merge pull request #206 from triska/master |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Markus Triska | weighted_maximum/3 now works |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Markus Triska | support must_be(var, ...) |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Mark Thom | eliminate lingering attribute goals v0.8.112 |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Mark Thom | bump toml version number to package clpb on crates v0.8.111 |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Mark Thom | Merge pull request #204 from triska/master |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Markus Triska | ADDED: CLP(B), Constraint Logic Programming over Boolea... |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
Mark Thom | deallocate old stack frames (#201), start using tags... v0.8.110 |
commit | commitdiff | tree | snapshot |
| 2019-10-15 |
Mark Thom | re: issue #199 |
commit | commitdiff | tree | snapshot |
| 2019-10-15 |
Mark Thom | re: issues #200, #201 |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
Mark Thom | Merge pull request #198 from XVilka/patch-2 |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
Mark Thom | Merge pull request #197 from dingelish/edition |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
Anton Kochkov | Run tests on Travis |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
Yu Ding | Upgrade to edition. Bump up edition in Cargo.toml |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
Mark Thom | Merge pull request #191 from dingelish/master |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
Mark Thom | re: issue #196 |
commit | commitdiff | tree | snapshot |
| 2019-10-13 |
Mark Thom | handle TCO when setting up verify_attributes interrupts |
commit | commitdiff | tree | snapshot |
| 2019-10-13 |
Mark Thom | remove nondeterminism from put_atts as a result of... |
commit | commitdiff | tree | snapshot |
| 2019-10-13 |
Mark Thom | correct off by 1 error in verify_attrs_interrupt, rever... |
commit | commitdiff | tree | snapshot |
| 2019-10-12 |
Mark Thom | fix verify_attributes_stepper bug: proceed now consider... |
commit | commitdiff | tree | snapshot |
| 2019-10-12 |
Mark Thom | correct latest out of bounds panic, use first argument... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
Yu Ding | Fix some old Rust codes |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
Mark Thom | copy terms to global variable blackboard, fix attribute... |
commit | commitdiff | tree | snapshot |
| 2019-10-08 |
Mark Thom | fix several issues with goal expansion, crashing after... |
commit | commitdiff | tree | snapshot |
| 2019-10-06 |
Mark Thom | update prolog_parser to v0.8.33 |
commit | commitdiff | tree | snapshot |
| 2019-10-05 |
Mark Thom | implement DCGs using the logical expansion of the draft... |
commit | commitdiff | tree | snapshot |
| 2019-10-05 |
Mark Thom | fixes for issues #185 and #181 |
commit | commitdiff | tree | snapshot |
| 2019-10-04 |
Mark Thom | correct dcg handling of cuts |
commit | commitdiff | tree | snapshot |
| 2019-10-04 |
Mark Thom | print errors with line numbers in GNU style |
commit | commitdiff | tree | snapshot |
| 2019-10-04 |
Mark Thom | perform singleton variable scans on top level terms... |
commit | commitdiff | tree | snapshot |
| 2019-10-04 |
Mark Thom | make attribute_goals a nonterminal |
commit | commitdiff | tree | snapshot |
| 2019-10-04 |
Mark Thom | fix goal expansion in disjunctions, add warnings for... |
commit | commitdiff | tree | snapshot |
| 2019-10-03 |
Mark Thom | don't add default index for dynamic predicates unless... |
commit | commitdiff | tree | snapshot |
| 2019-10-03 |
Mark Thom | update version |
commit | commitdiff | tree | snapshot |
| 2019-10-03 |
Mark Thom | properly handle undefined predicates declared dynamic |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Mark Thom | print attributes of variables when attribute_goals... |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Mark Thom | correct handling of ! in phrase/{2,3}, get rid of extra... |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Mark Thom | properly expand goals in initialization directives |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Mark Thom | remove readline_compat_rs reference from README |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Mark Thom | expand goals in initialization directives. |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Mark Thom | eliminate extraneous choice point in $get_attr |
commit | commitdiff | tree | snapshot |
| 2019-10-01 |
Mark Thom | add the initialization directive |
commit | commitdiff | tree | snapshot |
| 2019-09-30 |
Mark Thom | limit scope of raw mode on stdout to allow interrupts... |
commit | commitdiff | tree | snapshot |
| 2019-09-30 |
Mark Thom | return to toplevel from a long running query after... |
commit | commitdiff | tree | snapshot |
| 2019-09-30 |
Mark Thom | fix improper consolidation of DCG variables |
commit | commitdiff | tree | snapshot |
| 2019-09-30 |
Mark Thom | add use_module/{1,2} as full fledged predicates |
commit | commitdiff | tree | snapshot |
| 2019-09-29 |
Mark Thom | support loading of modules from files specified at... |
commit | commitdiff | tree | snapshot |
| 2019-09-29 |
Mark Thom | devour dangling whitespace before checking for EOF |
commit | commitdiff | tree | snapshot |
| 2019-09-27 |
Mark Thom | target out_dir in build script |
commit | commitdiff | tree | snapshot |
| 2019-09-27 |
Mark Thom | make *.pl files in src/prolog/lib available from librar... |
commit | commitdiff | tree | snapshot |
| 2019-09-26 |
Mark Thom | migrate to rustyline, add history support |
commit | commitdiff | tree | snapshot |
| 2019-09-26 |
Mark Thom | Merge pull request #164 from triska/master |
commit | commitdiff | tree | snapshot |
| 2019-09-26 |
Mark Thom | ignore single line comments after end token read |
commit | commitdiff | tree | snapshot |
| 2019-09-25 |
Markus Triska | ADDED: library(si) for safe type tests. |
commit | commitdiff | tree | snapshot |
| 2019-09-23 |
Mark Thom | Merge pull request #151 from Atul9/cargo-fmt |
commit | commitdiff | tree | snapshot |
| 2019-09-23 |
Atul Bhosale | Format code using 'cargo fmt' |
commit | commitdiff | tree | snapshot |
| 2019-09-22 |
Mark Thom | replace HashMap with IndexMap and HashSet with IndexSet |
commit | commitdiff | tree | snapshot |
| 2019-09-22 |
Mark Thom | add wam_instructions/2 to render predicate instructions... |
commit | commitdiff | tree | snapshot |
| 2019-09-18 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2019-09-18 |
Mark Thom | print line numbers to trace the location of parsing... |
commit | commitdiff | tree | snapshot |
| 2019-09-13 |
Mark Thom | Merge pull request #159 from XVilka/patch-1 |
commit | commitdiff | tree | snapshot |
| 2019-09-12 |
Anton Kochkov | Create Travis CI config |
commit | commitdiff | tree | snapshot |
| 2019-09-06 |
Mark Thom | address issue #153 |
commit | commitdiff | tree | snapshot |
| 2019-09-05 |
Mark Thom | check for and load .scryerrc from the user's home directory |
commit | commitdiff | tree | snapshot |
| 2019-09-03 |
Mark Thom | fix read module if readline is not present |
commit | commitdiff | tree | snapshot |
| 2019-09-03 |
Mark Thom | slight formatting changes |
commit | commitdiff | tree | snapshot |
| 2019-09-02 |
Mark Thom | address issues #143, #150, #155 |
commit | commitdiff | tree | snapshot |
| 2019-06-21 |
Mark Thom | add fail predicate |
commit | commitdiff | tree | snapshot |
| 2019-06-16 |
Mark Thom | re: issue #144 |
commit | commitdiff | tree | snapshot |
| 2019-06-14 |
Mark Thom | correct for issue #145 |
commit | commitdiff | tree | snapshot |
| 2019-06-09 |
Mark Thom | correct bug in between.pl, re: #146 |
commit | commitdiff | tree | snapshot |
| 2019-05-25 |
Mark Thom | pass more numbers by reference |
commit | commitdiff | tree | snapshot |
| 2019-05-22 |
Mark Thom | pass Number's by reference when possible |
commit | commitdiff | tree | snapshot |
| 2019-05-14 |
Mark Thom | correct #68 in variable_names conformity tests |
commit | commitdiff | tree | snapshot |
| 2019-05-13 |
Mark Thom | fix min/1, max/1 |
commit | commitdiff | tree | snapshot |
| 2019-05-13 |
Mark Thom | process float/1 and pi/0 |
commit | commitdiff | tree | snapshot |
| next |