]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2020-03-15 Markus Triskasupport 'p' to reprint answer with max depth, allowing...
2020-03-15 Mark Thomuse max_depth at toplevel, allowing full printing of...
2020-03-15 Mark Thomadd provisional max_depth option to write_term, speed...
2020-03-15 Mark Thomoutput strings more efficiently
2020-03-14 Mark Thomdon't emit overwriting warnings for term_expansion...
2020-03-14 Mark Thomcorrect DCG descriptions of lists (#286)
2020-03-14 Mark ThomGive new answer variables readable names (#279)
2020-03-14 Mark Thomprint strings as strings only in the term expander
2020-03-14 Mark Thomprint strings as strings (#285)
2020-03-13 Mark Thomeliminate inner_numbervar_count
2020-03-13 Mark ThomMerge pull request #284 from triska/master
2020-03-13 Mark Thomallow module export of nonterminals (#281)
2020-03-13 Mark Thomproperly handle '\n' when quoted and not (#283, #280)
2020-03-13 Mark Thomfix -names (#275)
2020-03-13 Mark ThomRevert "fix $VAR-names (#275) and properly print single...
2020-03-13 Markus TriskaADDED: library(format), describing strings with format_//2
2020-03-13 Mark Thomsort variables in findall_with_existential before compu...
2020-03-13 Mark Thomfix $VAR-names (#275) and properly print single control...
2020-03-13 Mark Thomgive new answer variables readable names (#279)
2020-03-11 Mark Thomadd current_output, printing of stream terms
2020-03-09 Mark Thomadd streams.rs, consume them in place of the old Prolog...
2020-03-09 Mark Thomupdate README.md
2020-03-09 Mark Thomreplace termion with crossterm
2020-03-08 Mark Thomfix broken conformity tests, quote left paren
2020-03-07 Mark Thomrepresent the current_dir as an absolute path, not...
2020-03-07 Mark Thomcount single character atoms as characters when generat...
2020-03-05 Mark Thomcompare characters directly in term comparison tests
2020-03-02 Mark Thomswitch to representation error for partial strings...
2020-03-01 Mark Thomcorrect handling of strings and partial strings as...
2020-02-29 Mark Thomupdate README
2020-02-29 Mark Thomadd s pointers for strings and partial strings, put_uns...
2020-02-29 Mark Thomallow set_prolog_flag in declarations
2020-02-27 Mark Thomremove cyclic_term/1
2020-02-27 Mark Thomactually do lco, and mark unsafe variables before the...
2020-02-23 Mark Thommention rustup.rs in README (#261)
2020-02-23 Mark Thomupdate prolog_parser version, allow ('|') operator...
2020-02-22 Mark Thomremove setof/3, bagof/3 non-determinism (#270)
2020-02-22 Mark Thomrename non_iso.pl to iso_ext.pl (#265)
2020-02-22 Mark Thomadd comparisons between partial strings and string...
2020-02-22 Mark Thomcorrect misreported error in toplevel loop (#272)
2020-02-22 Mark Thomremove same_length/2 from clpb.pl
2020-02-21 Mark Thommake partial strings accept characters (#268)
2020-02-21 Mark Thompartial_string/3 should accept empty lists (#264)
2020-02-21 Mark Thomidentify ground partial strings under (==) (#269)
2020-02-21 Mark Thomadopt compatibility predicates from clpb and clpz into...
2020-02-21 Mark Thomfix #255 (I think?)
2020-02-20 Mark Thomcorrect PStrLocation offset bug in copier.rs
2020-02-20 Mark Thomrevert to older between.pl
2020-02-20 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam v0.8.118
2020-02-20 Mark Thomupdate Cargo.lock and toml version
2020-02-20 Mark Thomupdate README
2020-02-20 Mark Thomadd redone partial strings (#24, #95)
2020-02-19 Mark Thomupdate between/3 to allow inf as upper bound
2020-02-19 Mark Thomstop applying (=..)/2 to variables in tabling/trie.pl
2020-02-19 Mark ThomMerge pull request #258 from aarroyoc/master
2020-02-16 Mark Thomuse raw_block.rs for the heap backend
2020-02-14 Mark Thomchange raw_vec to raw_block to avoid clashes with libal...
2020-02-13 Mark Thomallow the frontier of the RawVec to be offset by a...
2020-02-13 Mark Thommove bump allocation logic to its own module
2020-02-13 Mark Thomremove partial strings, but represent strings as lists...
2020-02-10 Adrián Arroyo... add n as an option to get the next solution
2020-02-06 Mark Thomcorrect improper use of multifile directive in tabling...
2020-02-05 Mark Thomprint extended characters recently added to alpha char set
2020-02-05 Mark Thomprolog_parser version bump
2020-02-05 Mark Thomrecommit Cargo.lock
2020-02-05 Mark Thomversion bump, README.md tweak
2020-02-03 Mark Thomenable cross-query memoization in the tabling library
2020-02-03 Mark Thomremove tabling/SLG resolution from nice-to-have list
2020-02-03 Mark Thomadd tabling library, update README, make Cargo.toml...
2020-02-03 Mark Thomadd multifile and module scoped predicates
2020-01-27 Mark Thomupdate README
2020-01-27 Mark Thomadd preliminary multifile declaration support
2020-01-23 Mark Thomuse atom_concat in gensym.pl
2020-01-21 Mark Thomdon't hold on to popped or frames
2020-01-20 Mark Thomcorrect bug in bb_b_put, correct stack truncation bug...
2020-01-14 Mark Thomadd prefixes to gensym keys
2020-01-14 Mark Thomadd simple gensym library
2020-01-14 Mark Thomadd listing sources to modules
2020-01-03 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-12-23 Mark Thomimplement less defaulty interface in cont.pl
2019-12-23 Mark Thomremove l* languages
2019-12-21 Mark Thompush of preliminary delimited continuations library...
2019-12-20 Mark Thommerge with master
2019-12-20 Mark Thompreliminary cont work
2019-12-13 Mark Thomuse Addr::StackCell(0,0) to indicate non-live local...
2019-12-12 Mark Thomexpand goals inside (\+)/1
2019-12-11 Mark Thomchange goal and term expansions, change call/N to use...
2019-12-08 Mark Thomcorrect odd accidental change to clpb.pl
2019-12-08 Mark Thomremove zeroing out from Stack::truncate
2019-12-08 Mark Thomrevert arithmetic code
2019-12-08 Mark Thomupdate tests
2019-12-08 Mark Thomreconcile latest changes against stack changes
2019-12-07 Mark Thomadd backtracking of attributed variable data
2019-12-06 Mark Thomresolve panic caused by lingering attribute goals ...
2019-12-06 Mark Thomprint equations between variables (#228, #252)
2019-12-05 Mark Thombinding attributed variables more eagerly after each...
2019-12-04 Mark Thompop AND stack frames after unwinding the trail (#250)
2019-12-04 Mark Thomcorrect attributed variables bugs
2019-12-04 Mark Thomfix copy_term/3 infinite looping on cyclic terms
2019-12-03 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
next