Mark Thom
|
c7591045af
|
represent the current_dir as an absolute path, not a relative one. (#262)
|
2020-03-07 16:00:10 -07:00 |
|
Mark Thom
|
6ddfef6383
|
count single character atoms as characters when generating first argument indices
|
2020-03-06 21:19:53 -07:00 |
|
Mark Thom
|
9852e30b39
|
compare characters directly in term comparison tests
|
2020-03-05 12:50:11 -07:00 |
|
Mark Thom
|
2d3ce32314
|
switch to representation error for partial strings (#267)
|
2020-03-01 23:21:35 -07:00 |
|
Mark Thom
|
d8e0bea110
|
correct handling of strings and partial strings as lists, print bar operator with surrounding spaces (#274)
|
2020-03-01 00:00:40 -07:00 |
|
Mark Thom
|
2ebcd673c8
|
add s pointers for strings and partial strings, put_unsafe_value calls store earlier to avoid unnecessary heap writes (#273)
|
2020-02-28 23:42:40 -07:00 |
|
Mark Thom
|
aa5f186a96
|
allow set_prolog_flag in declarations
|
2020-02-28 21:42:22 -07:00 |
|
Mark Thom
|
934f73f696
|
remove cyclic_term/1
|
2020-02-27 16:19:48 -07:00 |
|
Mark Thom
|
993c6f0e7b
|
actually do lco, and mark unsafe variables before the goals where they last occur, not just in the last goal
|
2020-02-27 16:17:20 -07:00 |
|
Mark Thom
|
8ba92d8b99
|
update prolog_parser version, allow ('|') operator in DCGs (#274)
|
2020-02-23 13:16:14 -07:00 |
|
Mark Thom
|
af23258152
|
remove setof/3, bagof/3 non-determinism (#270)
|
2020-02-22 15:13:01 -07:00 |
|
Mark Thom
|
b2e50b42a3
|
rename non_iso.pl to iso_ext.pl (#265)
|
2020-02-22 00:58:37 -07:00 |
|
Mark Thom
|
003b4d0218
|
add comparisons between partial strings and string constants (#263)
|
2020-02-22 00:51:27 -07:00 |
|
Mark Thom
|
545472f9c4
|
correct misreported error in toplevel loop (#272)
|
2020-02-21 21:09:59 -07:00 |
|
Mark Thom
|
8f781c27f9
|
remove same_length/2 from clpb.pl
|
2020-02-21 17:21:15 -07:00 |
|
Mark Thom
|
589dc34b99
|
make partial strings accept characters (#268)
|
2020-02-21 13:08:03 -07:00 |
|
Mark Thom
|
564622e38b
|
partial_string/3 should accept empty lists (#264)
|
2020-02-21 12:55:33 -07:00 |
|
Mark Thom
|
d3744d6f66
|
identify ground partial strings under (==) (#269)
|
2020-02-21 12:51:23 -07:00 |
|
Mark Thom
|
2613ef0633
|
adopt compatibility predicates from clpb and clpz into lists and pairs libraries
|
2020-02-21 12:48:15 -07:00 |
|
Mark Thom
|
be3cdcd71a
|
fix #255 (I think?)
|
2020-02-21 01:02:52 -07:00 |
|
Mark Thom
|
d48ac09e25
|
correct PStrLocation offset bug in copier.rs
|
2020-02-20 10:59:42 -07:00 |
|
Mark Thom
|
e5a0ba7bf3
|
revert to older between.pl
|
2020-02-20 10:07:45 -07:00 |
|
Mark Thom
|
eb1980d286
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2020-02-19 21:44:18 -07:00 |
|
Mark Thom
|
0457b38e41
|
add redone partial strings (#24, #95)
|
2020-02-19 21:34:09 -07:00 |
|
Mark Thom
|
617f803355
|
update between/3 to allow inf as upper bound
|
2020-02-19 15:55:56 -07:00 |
|
Mark Thom
|
d3da2683cb
|
stop applying (=..)/2 to variables in tabling/trie.pl
|
2020-02-19 14:43:06 -07:00 |
|
Mark Thom
|
8902bcb5ab
|
use raw_block.rs for the heap backend
|
2020-02-16 16:30:36 -07:00 |
|
Mark Thom
|
5f51e264f2
|
change raw_vec to raw_block to avoid clashes with liballoc package
|
2020-02-13 20:05:46 -07:00 |
|
Mark Thom
|
1c4e2c0ed6
|
allow the frontier of the RawVec to be offset by a trait function
|
2020-02-12 23:52:30 -07:00 |
|
Mark Thom
|
5a6333129b
|
move bump allocation logic to its own module
|
2020-02-12 23:34:05 -07:00 |
|
Mark Thom
|
969bd8f82c
|
remove partial strings, but represent strings as lists when warranted by double_quotes
|
2020-02-12 22:12:42 -07:00 |
|
Adrián Arroyo Calle
|
a732bc9dc4
|
add n as an option to get the next solution
|
2020-02-10 17:51:26 +01:00 |
|
Mark Thom
|
1b5cf493d6
|
correct improper use of multifile directive in tabling/wrapper.pl
|
2020-02-06 10:12:57 -07:00 |
|
Mark Thom
|
0be8abd38c
|
print extended characters recently added to alpha char set
|
2020-02-04 23:39:49 -07:00 |
|
Mark Thom
|
b71e8082d2
|
prolog_parser version bump
|
2020-02-04 23:35:03 -07:00 |
|
Mark Thom
|
554b08a7d2
|
version bump, README.md tweak
|
2020-02-04 17:47:57 -07:00 |
|
Mark Thom
|
00b38549f5
|
enable cross-query memoization in the tabling library
|
2020-02-02 22:52:17 -07:00 |
|
Mark Thom
|
d83c5cf5f1
|
add tabling library, update README, make Cargo.toml non-local
|
2020-02-02 22:24:48 -07:00 |
|
Mark Thom
|
740bd528c4
|
add multifile and module scoped predicates
|
2020-02-02 22:13:14 -07:00 |
|
Mark Thom
|
dcf2eadcf2
|
add preliminary multifile declaration support
|
2020-01-26 20:17:52 -07:00 |
|
Mark Thom
|
9c1064c1a3
|
use atom_concat in gensym.pl
|
2020-01-22 22:08:42 -07:00 |
|
Mark Thom
|
40bf5bc75f
|
don't hold on to popped or frames
|
2020-01-20 20:59:30 -07:00 |
|
Mark Thom
|
6be2d8ccf2
|
correct bug in bb_b_put, correct stack truncation bug resulting in erroneous failures (affecting issue #255 and the in-progress tabling library)
|
2020-01-19 20:56:11 -07:00 |
|
Mark Thom
|
9958ad6f34
|
add prefixes to gensym keys
|
2020-01-13 21:01:09 -07:00 |
|
Mark Thom
|
728be8c259
|
add simple gensym library
|
2020-01-13 20:30:58 -07:00 |
|
Mark Thom
|
9a80d398e8
|
add listing sources to modules
|
2020-01-13 20:17:22 -07:00 |
|
Mark Thom
|
242c47bb92
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2020-01-03 00:47:56 -07:00 |
|
Mark Thom
|
85e37a9977
|
implement less defaulty interface in cont.pl
|
2019-12-23 12:19:18 -07:00 |
|
Mark Thom
|
3bf1cbbe6c
|
push of preliminary delimited continuations library cont.pl (#136)
|
2019-12-20 22:27:49 -07:00 |
|
Mark Thom
|
4ef8ab6e76
|
merge with master
|
2019-12-19 20:04:30 -04:00 |
|