]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2018-10-04 Mark Thomdivide atom tables by module
2018-10-03 Mark Thomremove module name from DirEntry
2018-10-01 Mark ThomMerge pull request #58 from triska/master
2018-09-30 Markus TriskaENHANCED: Better error handling if Type is invalid.
2018-09-28 Mark ThomMerge pull request #57 from triska/master
2018-09-28 Markus Triskacorrect can_be/2 for partial lists
2018-09-28 Mark Thomupdate README
2018-09-28 Mark Thomadd error.pl, correct numbervars/3
2018-09-27 Mark Thomduplicate_term is now copy_term
2018-09-27 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2018-09-27 Mark Thommove term_variables to builtins
2018-09-25 Mark Thomadd tidy_pstr_trail to neck_cut
2018-09-25 Mark Thomadd term variables
2018-09-25 Mark Thomadd more tests
2018-09-25 Mark Thomadd more tests
2018-09-25 Mark Thomenable backtracking on partial strings
2018-09-25 Mark Thommatch on partial strings through get_list
2018-09-24 Mark Thompartial strings are still a work in progress
2018-09-22 Mark Thomcorrect numbervars
2018-09-22 Mark ThomMerge branch 'develop'
2018-09-22 Mark Thomadd term_expansion basics
2018-09-22 Mark Thomterm_expansion beginnings
2018-09-21 Mark Thomtighten up numbervars
2018-09-19 Mark Thomincorporate term_expansion phase in compilation
2018-09-19 Mark Thomstop treating copier as trait object
2018-09-18 Mark Thomcorrect and load numbervars
2018-09-18 Mark Thomrestore parse_term to toplevel
2018-09-18 Mark Thomcorrect ordinary input
2018-09-16 Mark Thomcorrect conformity error
2018-09-16 Mark Thomcorrect conformity errors
2018-09-16 Mark Thomcorrect new copier bug
2018-09-16 Mark Thomcorrect copier.
2018-09-16 Mark Thomfix copier
2018-09-14 Mark Thomcorrect handling of .
2018-09-14 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2018-09-14 Mark Thomstreamline inputs.
2018-09-13 Mark Thomprovisional #4
2018-09-13 Mark Thomprovisional #3
2018-09-13 Mark Thomprovisional changes #2
2018-09-13 Mark Thomprovisional changes to module insertion
2018-09-11 Mark Thomupdate version number for push to crates
2018-09-11 Mark Thommove compile_listing body to dedicated function
2018-09-10 Mark Thommake use of read_term in the repl
2018-09-09 Mark Thomread modifications
2018-09-08 Mark Thomtransition to MachineCodeIndices internally
2018-09-08 Mark Thommake partial_string callable.
2018-09-06 Mark ThomMerge branch 'master' of http://github.com/mthom/rusty-wam
2018-09-06 Mark Thomadd permission error for attempts at redefining builtin...
2018-09-06 Mark Thombe more efficient in (,)/3 clause, correct (;)/3
2018-09-06 Mark Thomcut properly in first (,)/3 clause
2018-09-06 Mark Thomcorrect comma implementation
2018-09-05 Mark Thomadd structural tests for partial strings, rename ast.rs
2018-09-05 Mark Thomthrow the correct error if the final reduce does not...
2018-09-04 Mark Thomupdate README
2018-09-04 Mark Thomedit README, ast, remove redundant modules
2018-09-04 Mark Thomfarm parser out to a crate, remove it as a git submodule.
2018-09-03 Mark Thomfixes to quoted
2018-09-03 Mark Thomcorrect print_var_eq bad ending check
2018-09-03 Mark Thomproperly handle character controls from ASCII to UTF...
2018-09-03 Mark Thomproperly handle character controls from ASCII to UTF...
2018-09-03 Mark Thomdo not unify partial strings unless they coincide in...
2018-09-03 Mark Thomdistinguish eq from structural_eq on strings
2018-09-03 Mark Thomfinalize support for partial strings
2018-09-02 Mark Thomadd info to README, prepare for partial strings
2018-09-01 Mark ThomMerge branch 'master' of http://github.com/mthom/rusty-wam
2018-09-01 Mark Thomadd (^) as an evaluable factor, re: #39
2018-08-31 Mark Thomcorrect README
2018-08-31 Mark Thomallow continuable strings, re: #48
2018-08-31 Mark Thomcorrect get_single_quoted_item, re: #48
2018-08-30 Mark Thomadd slightly more descriptive syntax errors
2018-08-30 Mark Thomcorrect printing of lists when double_quotes is set...
2018-08-30 Mark Thomread predicate reads piecemeal data
2018-08-30 Mark Thomsplit error classification
2018-08-30 Mark Thomchars are atoms, trailing whitespace is acceptable.
2018-08-29 Mark Thomcorrect README
2018-08-29 Mark Thomcorrect README
2018-08-29 Mark Thomadd tests for string lists, structural equality on...
2018-08-28 Mark Thomuse reference to match on SyntaxError, re: #45
2018-08-27 Mark Thomunify matching strings with different cursors.
2018-08-27 Mark Thomadd clean errors for read, re: #45
2018-08-26 Mark Thommodify structural_eq_test
2018-08-25 Mark Thomequate chars with atoms consisting of chars
2018-08-23 Mark Thomsupport strings as char lists in term comparisons
2018-08-23 Mark Thomrevert is_undefined back to ref match, re: #44
2018-08-22 Mark Thomupdate to handle strings as lists.
2018-08-21 Mark Thomadd string table, StringList representation
2018-08-21 Mark Thomadd StringList internal datatype
2018-08-19 Mark Thomadd some prolog flags, tabled strings
2018-08-13 Mark Thomget rid of dynamic lookup for
2018-08-13 Mark Thomget rid of dynamic lookup for
2018-08-10 Mark Thomprint equations lexographically by variable name, re...
2018-08-09 Mark Thomcomplete call_with_inference_limit/3
2018-08-08 Mark Thomset CWILCallPolicy count field back to private
2018-08-08 Mark Thomadd call_with_inference_limit/3
2018-08-04 Mark Thomrestore setup_call_cleanup/3
2018-08-04 Mark Thomfail on parse error invoked by read/1
2018-07-31 Mark Thomadd proceed to inlined instructions in tail position
2018-07-30 Mark Thomrealize full cheney in copier.rs
2018-07-25 Mark Thompreliminary read support
2018-07-25 Mark Thompreliminary read support
next