]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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
2018-07-17 Mark Thomadd numbered vars to writeq
2018-07-17 Mark Thommove print_constant logic to heap_print.rs
2018-07-15 Mark Thomadd support for quoted atoms to writeq
2018-07-12 Mark Thomupdate README
2018-07-09 Mark Thomadd tests for module resolution operator, README docume...
2018-07-08 Mark Thomfinalize the module resolution operator.
2018-07-05 Mark Thominclude builtins implicitly in every module.
2018-07-02 Mark Thomcomplete trimdown of listing compilation.
2018-06-25 Mark Thomprepare module code
2018-06-25 Mark Thomget rid of LocalMachineCodeIndex
2018-06-25 Mark Thomget rid of LocalMachineCodeIndex
2018-06-19 Mark Thomprepare for changes to relocation scheme
2018-06-17 Mark Thomprepare for updating the code_dir with each new predicate
2018-05-29 Mark Thomreorder print_constant comments for unsupported escape...
2018-05-29 Mark Thomprint chars somewhat appropriately.
2018-05-29 Mark Thomhacky workaround
2018-05-21 Mark Thomget rid of spurious warning, add type error for skip_ma...
2018-05-20 Mark Thomfix offsetting of heap in existence errors
2018-05-20 Mark Thomadd instantiation error to skip_max_list
2018-05-17 Mark Thomcorrect for use in earlier releases of rust.
2018-05-17 Mark Thomprint certain atoms in single quotes.
2018-05-17 Mark Thomuse lexer macros.
2018-05-16 Mark Thomremove no longer present items from predicate list
2018-05-16 Mark ThomMerge branch 'develop'
2018-05-16 Mark Thommajor refactor
2018-05-15 Mark Thommove SGC and call inference instructions over to System...
2018-05-14 Mark Thomremove IsClause
2018-05-13 Mark Thomadd (=..)/2, arg/3
2018-05-13 Mark Thomswitch to machine implemented arg
2018-05-13 Mark Thomparse the list functor
2018-05-13 Mark Thomparse negative numbers properly, handle length errors...
2018-05-12 Mark Thomcorrect faulty bind (two tests now fail: conjunctive_qu...
2018-05-12 Mark Thomadd arg
2018-05-12 Mark Thomadd support for callable if-then and disjunct
2018-05-11 Mark Thomthrow exception when call-ing a system instruction.
2018-05-11 Mark Thomport remaining builtins to SystemClauseType
2018-05-11 Mark Thommake system calls exempt from call policy.
2018-05-11 Mark Thomadd more tests that pass.
2018-05-10 Mark Thomadd catch/throw support, make exceptions and arithmetic...
2018-05-10 Mark Thomeliminate need for embedded, handwritten WAM code.
2018-05-09 Mark Thomshift to builtins
2018-05-08 Mark Thomadd system call preliminaries
2018-05-08 Mark Thomsystem calls preliminary
2018-05-08 Mark Thomadd system call preliminaries
2018-05-07 Mark Thomrecord cyclic terms in printer
2018-05-07 Mark Thomstreamline variable search in heap_print.rs
2018-05-05 Mark Thomsimplify detection of cycles in printer
2018-05-05 Mark Thomproperly handle cyclic terms in the printer.
2018-05-05 Mark Thomadd support for printing cyclic terms.
next