| 2020-04-12 |
Mark Thom | be more judicious with at_cdr in print_string (#295) |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | throw exception when attempting to post query as goal... |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | recognize empty lists as partial strings (#328) |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | remove string/1, use a more general test for the partia... |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | throw error when trying to use partial lists as DCG... |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | remove unnecessary use of partial_string in bimetatrans... |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | Merge pull request #310 from triska/bimeta_example |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | compile special instructions for partial strings when... |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Mark Thom | do not accept [X|Xs] patterns as DCG non-terminals... |
commit | commitdiff | tree | snapshot |
| 2020-04-09 |
Mark Thom | Merge pull request #320 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-04-08 |
Markus Triska | add library(freeze) to make zcompare/3 work |
commit | commitdiff | tree | snapshot |
| 2020-04-08 |
Mark Thom | Merge pull request #318 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-04-08 |
Markus Triska | extend description of strings and partial strings |
commit | commitdiff | tree | snapshot |
| 2020-04-08 |
Mark Thom | Merge pull request #316 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-04-08 |
Markus Triska | tuples_in/2 now works |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Mark Thom | fix list index offset bug (#314) |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Markus Triska | clpz_monotonic/0 --> monotonic/0 |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Mark Thom | mark clp(X) item as completed, restore clp(Z) library... |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Mark Thom | Merge pull request #312 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Mark Thom | consolidate Cargo.lock |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Mark Thom | merge with master |
commit | commitdiff | tree | snapshot |
| 2020-04-06 |
Mark Thom | use fixnums in place of bignums where possible |
commit | commitdiff | tree | snapshot |
| 2020-04-05 |
Markus Triska | ADDED: CLP(ℤ), Constraint Logic Programming over Integers |
commit | commitdiff | tree | snapshot |
| 2020-04-05 |
Mark Thom | allocate empty partial strings |
commit | commitdiff | tree | snapshot |
| 2020-04-05 |
Mark Thom | use copy_term/3 to print residual goals (#254) |
commit | commitdiff | tree | snapshot |
| 2020-04-03 |
Mark Thom | harmonize partial strings with complete strings (#276... |
commit | commitdiff | tree | snapshot |
| 2020-04-03 |
Mark Thom | Merge pull request #306 from srenatus/sr/version-argument |
commit | commitdiff | tree | snapshot |
| 2020-03-31 |
Mark Thom | add bimetatrans_ruleml.pl to examples |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Markus Triska | introduce and use nonterminal list//1 |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Markus Triska | embed literal lists directly in DCGs |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Markus Triska | naming: partial_list_ws//1 --> list_ws//1 |
commit | commitdiff | tree | snapshot |
| 2020-03-28 |
Stephan Renatus | main: skip args[0] |
commit | commitdiff | tree | snapshot |
| 2020-03-27 |
Stephan Renatus | main: add -v/--version flag |
commit | commitdiff | tree | snapshot |
| 2020-03-27 |
Mark Thom | Merge pull request #305 from srenatus/sr/typo |
commit | commitdiff | tree | snapshot |
| 2020-03-27 |
Stephan Renatus | examples/least_time.pl: fix typo |
commit | commitdiff | tree | snapshot |
| 2020-03-27 |
Mark Thom | Merge branch 'master' into develop |
commit | commitdiff | tree | snapshot |
| 2020-03-27 |
Mark Thom | initial commit for merge |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Mark Thom | add least_time example |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Mark Thom | provide contextual information in the return value... |
commit | commitdiff | tree | snapshot |
| 2020-03-19 |
Mark Thom | #278 |
commit | commitdiff | tree | snapshot |
| 2020-03-19 |
Mark Thom | Merge pull request #294 from triska/format |
commit | commitdiff | tree | snapshot |
| 2020-03-19 |
Markus Triska | ENHANCED: format_//2 now supports ~a, ~d, ~Nd, ~D,... |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Mark Thom | Merge pull request #293 from triska/documentation |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Markus Triska | update toplevel interaction |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Mark Thom | remove Addr::PStrTail (#276) |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Mark Thom | add set_input/1, set_output/1 |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Mark Thom | correct contextual quoting of chars |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Mark Thom | Merge pull request #289 from triska/documentation |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Mark Thom | Merge pull request #291 from triska/toplevel |
commit | commitdiff | tree | snapshot |
| 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 |
Markus Triska | include a short overview of notable libraries |
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 |
| next |