Mark Thom
|
a9e0a51059
|
Merge pull request #793 from triska/rebis-dev
preliminary workaround for #788
|
2021-02-04 12:51:09 -07:00 |
|
Markus Triska
|
164b993064
|
preliminary workaround for #788
This change can be reverted once the issue is resolved.
|
2021-02-04 20:48:09 +01:00 |
|
Mark Thom
|
e17eb01f76
|
respect module context in expand_module_names (#788)
|
2021-02-03 16:47:22 -07:00 |
|
Mark Thom
|
2fe55e4715
|
resolve calls to tranpose_ and same_length in lists.pl (#790)
|
2021-02-03 16:38:46 -07:00 |
|
Mark Thom
|
a8a82e45a0
|
introduce cuts over indexed (:)/2 of dcgs:phrase_/3 (#786)
|
2021-02-03 16:03:15 -07:00 |
|
Mark Thom
|
fcba140ffe
|
Merge pull request #787 from triska/rebis-dev
add meta_predicate declaration for with_local_attributes/3
|
2021-02-03 15:51:15 -07:00 |
|
Markus Triska
|
b96ff781bc
|
add meta_predicate declaration for must_succeed/1
|
2021-02-03 23:49:28 +01:00 |
|
Mark Thom
|
94392f248c
|
enable phrase_ rules for module resolved grammars (#785)
|
2021-02-03 15:48:12 -07:00 |
|
Markus Triska
|
24e6c31c44
|
add meta_predicate declaration for with_local_attributes/3
This is needed for all_distinct/1 etc.
Example:
?- all_distinct([X,Y,Z]).
clpz:all_distinct([X,Y,Z])
; false.
|
2021-02-03 23:45:21 +01:00 |
|
Mark Thom
|
cab0e4395a
|
manually expand module names in higher-order predicates of lists.pl and give call_residue_vars/2 a meta-predicate definition
|
2021-02-03 15:37:16 -07:00 |
|
Markus Triska
|
ae66e299e6
|
Use term expansion for generated predicates.
|
2021-02-03 15:21:39 -07:00 |
|
Mark Thom
|
88ad2ee103
|
restore cut after dcg_constr check (#784)
|
2021-02-03 15:21:20 -07:00 |
|
Mark Thom
|
48f3f4ca37
|
add meta-predicate declarations to reif library
|
2021-02-03 12:46:33 -07:00 |
|
Mark Thom
|
f3ab17a3c0
|
Merge branch 'master' into rebis-dev
|
2021-02-03 12:00:00 -07:00 |
|
Mark Thom
|
5749d43fb6
|
restore prolog_parser test files (#782)
|
2021-02-03 11:20:55 -07:00 |
|
Mark Thom
|
f5d808e68f
|
do not traverse data structures when binding to local variables in unify_with_occurs_check (#781)
|
2021-02-03 11:11:22 -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
|
e928a0aaea
|
expand attributed variable goals
|
2021-02-02 21:47:59 -07:00 |
|
Mark Thom
|
a2447ecaa3
|
replace Char '!' with QueryTerm::BlockedCut
|
2021-02-02 21:03:26 -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
|
137b0cd837
|
Merge pull request #774 from brightly-salty/re-add-prolog_parser
Add prolog_parser to scryer_prolog
|
2021-02-02 17:56:26 -07:00 |
|
Caden Haustein
|
4ffdd9eb15
|
Add prolog_parser
|
2021-02-02 18:35:41 -06:00 |
|
Mark Thom
|
4e29099ed9
|
export loader's public predicates from builtins, handle module resolution from DCGs
|
2021-02-02 15:43:52 -07:00 |
|
Mark Thom
|
8900df6f13
|
add built_in to predicate_property
|
2021-02-02 15:03:14 -07:00 |
|
Mark Thom
|
814c034683
|
add meta-predicate declarations before their definitions
|
2021-02-01 19:26:50 -07:00 |
|
Mark Thom
|
e1ec4bee75
|
move term expansion logic entirely into loader.pl
|
2021-02-01 16:50:05 -07:00 |
|
Mark Thom
|
6ed7767512
|
add module scoping to predicate_property, expand subgoals in module resolved predicates
|
2021-02-01 16:09:19 -07:00 |
|
Mark Thom
|
08b18af8a0
|
call attribute variable goals with module resolution
|
2021-02-01 14:48:13 -07:00 |
|
Mark Thom
|
75908ab88f
|
replace (:) with 0 in meta-predicate declarations, remove support for (:) in meta-predicate declarations
|
2021-01-31 18:00:10 -07:00 |
|
Mark Thom
|
fcba33997f
|
Merge branch 'master' into rebis-dev
|
2021-01-31 12:41:18 -07:00 |
|
Mark Thom
|
134be307d3
|
Merge pull request #771 from notoria/args
Handled the empty case (#770)
|
2021-01-31 12:11:57 -07:00 |
|
Caden Haustein
|
092f8e6482
|
Fix errors, move prolog_parser
|
2021-01-31 12:43:39 -06:00 |
|
Caden Haustein
|
cf5960afad
|
Add prolog_parser to scryer_prolog
|
2021-01-31 11:40:20 -06:00 |
|
notoria
|
e5204e55d3
|
Handled the empty case (#770)
|
2021-01-31 11:03:17 +01: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
|
c2e3b47d29
|
properly thread functors whose first subterm is a variable in thread_goals/4
|
2021-01-30 23:37:23 -07:00 |
|
Mark Thom
|
a239007db0
|
target prolog_parser_rebis on crates.io
|
2021-01-30 22:03:07 -07:00 |
|
Mark Thom
|
c5e5eb8b86
|
explain motive for Rebis development branch in README.md
|
2021-01-30 21:29:41 -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 |
|
Mark Thom
|
b33158b92e
|
Merge pull request #766 from aarroyoc/http-form
HTTP Server: urlencoded forms and some syntax improvements
|
2021-01-30 13:55:40 -07:00 |
|
Mark Thom
|
3b30c4d487
|
Merge pull request #769 from notoria/between
Removed redundant choicepoint from between/3
|
2021-01-30 13:55:05 -07:00 |
|
notoria
|
dfd7ac633a
|
Removed redundant choicepoint from between/3
|
2021-01-30 17:45:55 +01:00 |
|
Adrián Arroyo Calle
|
213f8a604e
|
Test against macOS 10.15
|
2021-01-27 23:40:26 +01:00 |
|
Adrián Arroyo Calle
|
13499352fd
|
urlencoded forms and some syntax improvements
|
2021-01-27 23:34:38 +01:00 |
|
Mark Thom
|
70aa4934c5
|
Merge pull request #762 from aarroyoc/gh-action
GitHub Actions
|
2021-01-23 13:31:02 -07:00 |
|
Adrián Arroyo Calle
|
1d538ee70c
|
Fix Beta
|
2021-01-16 22:32:50 +01:00 |
|
Adrián Arroyo Calle
|
2ed2e6d62f
|
Disable Windows
|
2021-01-16 22:00:05 +01:00 |
|
Adrián Arroyo Calle
|
aea0570d2b
|
Minor fix
|
2021-01-16 19:12:53 +01:00 |
|
Adrián Arroyo Calle
|
def33a77da
|
Delete Travis CI
|
2021-01-16 19:11:07 +01:00 |
|
Adrián Arroyo Calle
|
29db677a9e
|
GitHub Actions
|
2021-01-16 19:10:50 +01:00 |
|