Mark Thom
|
064d261357
|
implement logical update semantics for dynamic database predicates
|
2021-02-27 23:33:10 -07:00 |
|
Mark Thom
|
5f8bdc564b
|
extend existing local predicate skeletons in LoadState::compile
|
2021-02-22 02:00:25 -07:00 |
|
Mark Thom
|
2a70ca375c
|
restore support for tabling and delimited continuations (#779)
|
2021-02-17 16:18:49 -07:00 |
|
Mark Thom
|
6b6666be47
|
support discontiguous and multifile declarations
|
2021-02-16 22:08:32 -07:00 |
|
Mark Thom
|
e2a413df78
|
compile scoped clauses from loader.pl
|
2021-02-13 19:41:04 -07:00 |
|
Mark Thom
|
cc7e21170f
|
correct faulty removal of clauses in abolish/1
|
2021-02-08 19:02:26 -07:00 |
|
Skgland
|
5041042925
|
rename prolog_parser_rebis to prolog_parser
also remove remaining extern crate statements that slipped through earlier
|
2021-02-06 22:13:34 +01:00 |
|
Skgland
|
8e5954f36f
|
remove use statements from main.rs that temporary replaced extern crate and fixed paths that previously used them
|
2021-02-06 22:13:04 +01:00 |
|
Skgland
|
b53ef148a0
|
remove extern crate declaration and fix outfall (macros now need to be imported into scope)
using use declarations in main.rs so that use paths don't need to be updated as well, this will be done in a later commit
|
2021-02-06 22:12:31 +01:00 |
|
Mark Thom
|
3fc2c4223b
|
delay premature set_switch_var_offset_* calls in retract_clause, add module resolution for asserta/assertz/retract/clause
|
2021-02-05 17:12:25 -07:00 |
|
Mark Thom
|
88f1160e2b
|
use find_inner_choice_instr when appending an indexed clause to an indexed subsequence
|
2021-02-03 01:22:13 -07:00 |
|
Mark Thom
|
09a089d5f1
|
set target_pos' clause_start correctly in append_compiled_clause
|
2021-02-02 21:02:08 -07:00 |
|
Mark Thom
|
61b14d1cd9
|
fix bug in append_compiled_clause, generalize merging indexed subsequences of clauses
|
2021-01-31 01:18:45 -07:00 |
|
Mark Thom
|
a4d15bfb88
|
move to a predicate-based module system, move to loader.[rs|pl]-based compilation, add support for incremental clause compilation
|
2021-01-30 21:07:51 -07:00 |
|
notoria
|
83268f5ff6
|
Allowing paths in use_module(library(..)) (#604)
In a module, the path is restricted in being an atom.
|
2020-07-01 10:22:17 +02:00 |
|
notoria
|
1eb42654e0
|
Revert "allow paths in use_module(library(..)) (#604)"
This reverts commit cfd15f4e02.
|
2020-07-01 10:07:26 +02:00 |
|
Mark Thom
|
cfd15f4e02
|
allow paths in use_module(library(..)) (#604)
|
2020-06-19 00:57:56 -06:00 |
|
Mark Thom
|
33325f1574
|
remove vestigial prolog/ directory (#444)
|
2020-06-12 18:26:38 -06:00 |
|