| 2020-03-15 |
Markus Triska | support 'h' to print help message during toplevel inter... |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Markus Triska | support 'p' to reprint answer with max depth, allowing... |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Mark Thom | use max_depth at toplevel, allowing full printing of... |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Mark Thom | add provisional max_depth option to write_term, speed... |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Mark Thom | output strings more efficiently |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Mark Thom | don't emit overwriting warnings for term_expansion... |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Mark Thom | correct DCG descriptions of lists (#286) |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Mark Thom | Give new answer variables readable names (#279) |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Mark Thom | print strings as strings only in the term expander |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Mark Thom | print strings as strings (#285) |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | eliminate inner_numbervar_count |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | Merge pull request #284 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | allow module export of nonterminals (#281) |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | properly handle '\n' when quoted and not (#283, #280) |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | fix -names (#275) |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | Revert "fix $VAR-names (#275) and properly print single... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Markus Triska | ADDED: library(format), describing strings with format_//2 |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | sort variables in findall_with_existential before compu... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | fix $VAR-names (#275) and properly print single control... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mark Thom | give new answer variables readable names (#279) |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Mark Thom | add current_output, printing of stream terms |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Mark Thom | add streams.rs, consume them in place of the old Prolog... |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Mark Thom | update README.md |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Mark Thom | replace termion with crossterm |
commit | commitdiff | tree | snapshot |
| 2020-03-08 |
Mark Thom | fix broken conformity tests, quote left paren |
commit | commitdiff | tree | snapshot |
| 2020-03-07 |
Mark Thom | represent the current_dir as an absolute path, not... |
commit | commitdiff | tree | snapshot |
| 2020-03-07 |
Mark Thom | count single character atoms as characters when generat... |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Mark Thom | compare characters directly in term comparison tests |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
Mark Thom | switch to representation error for partial strings... |
commit | commitdiff | tree | snapshot |
| 2020-03-01 |
Mark Thom | correct handling of strings and partial strings as... |
commit | commitdiff | tree | snapshot |
| 2020-02-29 |
Mark Thom | update README |
commit | commitdiff | tree | snapshot |
| 2020-02-29 |
Mark Thom | add s pointers for strings and partial strings, put_uns... |
commit | commitdiff | tree | snapshot |
| 2020-02-29 |
Mark Thom | allow set_prolog_flag in declarations |
commit | commitdiff | tree | snapshot |
| 2020-02-27 |
Mark Thom | remove cyclic_term/1 |
commit | commitdiff | tree | snapshot |
| 2020-02-27 |
Mark Thom | actually do lco, and mark unsafe variables before the... |
commit | commitdiff | tree | snapshot |
| 2020-02-23 |
Mark Thom | mention rustup.rs in README (#261) |
commit | commitdiff | tree | snapshot |
| 2020-02-23 |
Mark Thom | update prolog_parser version, allow ('|') operator... |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mark Thom | remove setof/3, bagof/3 non-determinism (#270) |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mark Thom | rename non_iso.pl to iso_ext.pl (#265) |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mark Thom | add comparisons between partial strings and string... |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mark Thom | correct misreported error in toplevel loop (#272) |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mark Thom | remove same_length/2 from clpb.pl |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mark Thom | make partial strings accept characters (#268) |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mark Thom | partial_string/3 should accept empty lists (#264) |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mark Thom | identify ground partial strings under (==) (#269) |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mark Thom | adopt compatibility predicates from clpb and clpz into... |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mark Thom | fix #255 (I think?) |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mark Thom | correct PStrLocation offset bug in copier.rs |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mark Thom | revert to older between.pl |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam v0.8.118 |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mark Thom | update Cargo.lock and toml version |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mark Thom | update README |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mark Thom | add redone partial strings (#24, #95) |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
Mark Thom | update between/3 to allow inf as upper bound |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
Mark Thom | stop applying (=..)/2 to variables in tabling/trie.pl |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
Mark Thom | Merge pull request #258 from aarroyoc/master |
commit | commitdiff | tree | snapshot |
| 2020-02-16 |
Mark Thom | use raw_block.rs for the heap backend |
commit | commitdiff | tree | snapshot |
| 2020-02-14 |
Mark Thom | change raw_vec to raw_block to avoid clashes with libal... |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mark Thom | allow the frontier of the RawVec to be offset by a... |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mark Thom | move bump allocation logic to its own module |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mark Thom | remove partial strings, but represent strings as lists... |
commit | commitdiff | tree | snapshot |
| 2020-02-10 |
Adrián Arroyo... | add n as an option to get the next solution |
commit | commitdiff | tree | snapshot |
| 2020-02-06 |
Mark Thom | correct improper use of multifile directive in tabling... |
commit | commitdiff | tree | snapshot |
| 2020-02-05 |
Mark Thom | print extended characters recently added to alpha char set |
commit | commitdiff | tree | snapshot |
| 2020-02-05 |
Mark Thom | prolog_parser version bump |
commit | commitdiff | tree | snapshot |
| 2020-02-05 |
Mark Thom | recommit Cargo.lock |
commit | commitdiff | tree | snapshot |
| 2020-02-05 |
Mark Thom | version bump, README.md tweak |
commit | commitdiff | tree | snapshot |
| 2020-02-03 |
Mark Thom | enable cross-query memoization in the tabling library |
commit | commitdiff | tree | snapshot |
| 2020-02-03 |
Mark Thom | remove tabling/SLG resolution from nice-to-have list |
commit | commitdiff | tree | snapshot |
| 2020-02-03 |
Mark Thom | add tabling library, update README, make Cargo.toml... |
commit | commitdiff | tree | snapshot |
| 2020-02-03 |
Mark Thom | add multifile and module scoped predicates |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
Mark Thom | update README |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
Mark Thom | add preliminary multifile declaration support |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
Mark Thom | use atom_concat in gensym.pl |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
Mark Thom | don't hold on to popped or frames |
commit | commitdiff | tree | snapshot |
| 2020-01-20 |
Mark Thom | correct bug in bb_b_put, correct stack truncation bug... |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
Mark Thom | add prefixes to gensym keys |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
Mark Thom | add simple gensym library |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
Mark Thom | add listing sources to modules |
commit | commitdiff | tree | snapshot |
| 2020-01-03 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Mark Thom | implement less defaulty interface in cont.pl |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Mark Thom | remove l* languages |
commit | commitdiff | tree | snapshot |
| 2019-12-21 |
Mark Thom | push of preliminary delimited continuations library... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
Mark Thom | merge with master |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
Mark Thom | preliminary cont work |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
Mark Thom | use Addr::StackCell(0,0) to indicate non-live local... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
Mark Thom | expand goals inside (\+)/1 |
commit | commitdiff | tree | snapshot |
| 2019-12-11 |
Mark Thom | change goal and term expansions, change call/N to use... |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Mark Thom | correct odd accidental change to clpb.pl |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Mark Thom | remove zeroing out from Stack::truncate |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Mark Thom | revert arithmetic code |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Mark Thom | update tests |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Mark Thom | reconcile latest changes against stack changes |
commit | commitdiff | tree | snapshot |
| 2019-12-07 |
Mark Thom | add backtracking of attributed variable data |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
Mark Thom | resolve panic caused by lingering attribute goals ... |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
Mark Thom | print equations between variables (#228, #252) |
commit | commitdiff | tree | snapshot |
| 2019-12-05 |
Mark Thom | binding attributed variables more eagerly after each... |
commit | commitdiff | tree | snapshot |
| 2019-12-04 |
Mark Thom | pop AND stack frames after unwinding the trail (#250) |
commit | commitdiff | tree | snapshot |
| 2019-12-04 |
Mark Thom | correct attributed variables bugs |
commit | commitdiff | tree | snapshot |
| 2019-12-04 |
Mark Thom | fix copy_term/3 infinite looping on cyclic terms |
commit | commitdiff | tree | snapshot |
| next |