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
|
424af312e5
|
update Cargo.lock and toml version
|
2020-02-19 21:42:39 -07:00 |
|
Mark Thom
|
a2a4c78c9a
|
update README
|
2020-02-19 21:38:19 -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
|
d97c670fcd
|
Merge pull request #258 from aarroyoc/master
add n as an option to get the next solution
|
2020-02-19 12:10:48 -04: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 |
|
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
|
034af296ff
|
recommit Cargo.lock
|
2020-02-04 17:49:20 -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
|
62b41ddb93
|
remove tabling/SLG resolution from nice-to-have list
|
2020-02-02 22:34:54 -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
|
668c9489c9
|
update README
|
2020-01-26 20:19:44 -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
|
a4e352ba0d
|
use Addr::StackCell(0,0) to indicate non-live local variables
|
2019-12-12 20:34:50 -07:00 |
|
Mark Thom
|
02d8b1441d
|
expand goals inside (\+)/1
|
2019-12-11 21:42:15 -07:00 |
|
Mark Thom
|
196784bd09
|
change goal and term expansions, change call/N to use goal expansions
|
2019-12-10 21:36:02 -07:00 |
|
Mark Thom
|
b0fa45cd33
|
correct odd accidental change to clpb.pl
|
2019-12-08 11:44:01 -07:00 |
|
Mark Thom
|
923c9d4ad8
|
remove zeroing out from Stack::truncate
|
2019-12-08 11:43:22 -07:00 |
|
Mark Thom
|
2be7070e1a
|
revert arithmetic code
|
2019-12-08 00:17:55 -07:00 |
|
Mark Thom
|
f16c2a6e99
|
update tests
|
2019-12-07 19:21:09 -07:00 |
|
Mark Thom
|
d6e75110a5
|
reconcile latest changes against stack changes
|
2019-12-07 18:59:03 -07:00 |
|
Mark Thom
|
018b076835
|
binding attributed variables more eagerly after each implementation of verify_attributes/3 has been called (#248)
|
2019-12-05 00:33:46 -07:00 |
|
Mark Thom
|
9ae029b04d
|
pop AND stack frames after unwinding the trail (#250)
|
2019-12-03 23:11:57 -07:00 |
|
Mark Thom
|
43b39538ff
|
correct attributed variables bugs
|
2019-12-03 22:59:51 -07:00 |
|
Mark Thom
|
738ea59e23
|
fix copy_term/3 infinite looping on cyclic terms
|
2019-12-03 22:01:38 -07:00 |
|
Mark Thom
|
33c60d3434
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2019-12-02 19:38:15 -07:00 |
|
Mark Thom
|
943e5eeb35
|
correct misprinting of attributed variables done by printer
|
2019-12-01 21:46:04 -07:00 |
|
Mark Thom
|
52488b875a
|
add predicates to lists.pl
|
2019-12-01 19:30:40 -07:00 |
|
Mark Thom
|
c362cc6d34
|
fix list copying
|
2019-12-01 15:28:47 -07:00 |
|
Mark Thom
|
406d3520f1
|
delete freeze attribute in freeze::attribute_goals//1
|
2019-12-01 14:43:27 -07:00 |
|
Mark Thom
|
9b71866b54
|
properly copy attributed variables (#247)"
|
2019-12-01 14:42:59 -07:00 |
|
Mark Thom
|
e48f87fcf0
|
clear ball before setting it (#246)
|
2019-12-01 03:04:01 -07:00 |
|
Mark Thom
|
77e83a390c
|
add sumlist/2 to lists.pl
|
2019-11-30 14:26:15 -07:00 |
|
Mark Thom
|
27b659c401
|
add sumlist/2 to lists.pl
|
2019-11-30 14:22:59 -07:00 |
|
Mark Thom
|
a4cacaeab2
|
compress the definition of freeze:attribute_goals//1
|
2019-11-30 14:12:33 -07:00 |
|
Mark Thom
|
0eb20a5d8e
|
pop AND frames when safe to do so, suspend resizing of AND frames until a proper GC is implemented (#244)
|
2019-11-30 14:08:02 -07:00 |
|
Mark Thom
|
34745f6242
|
clone attribute goals from copy_term/3, fetch attribute goals should be a move
|
2019-11-29 00:59:31 -07:00 |
|
Mark Thom
|
9c9c484ee4
|
add copy_term/3 (#232)
|
2019-11-29 00:44:23 -07:00 |
|
Mark Thom
|
335202b9d9
|
reset attributed variable state between toplevel queries (#242)
|
2019-11-28 19:08:08 -07:00 |
|
Mark Thom
|
7eb0de7f52
|
preserve heap contents in between goal expansions (#240, #241)
|
2019-11-28 00:45:13 -07:00 |
|
Mark Thom
|
1dec482e22
|
use in situ code directory from metacall if conventional lookup fails (#238)
|
2019-11-27 00:52:30 -07:00 |
|
Mark Thom
|
0a665b79f2
|
add (:)/{3..12} to enable metacalls on module-prefixed predicates
|
2019-11-26 20:51:59 -07:00 |
|
Mark Thom
|
c3c53017f9
|
add ambiguity check for period printing, remove extraneous space between last goal and period (#237)
|
2019-11-26 19:38:43 -07:00 |
|
Mark Thom
|
834c57466f
|
add operator exports to module declarations, treat them separately from predicate exports (#230)"
|
2019-11-25 23:09:49 -07:00 |
|
Mark Thom
|
4e887e3a87
|
generate module-level expansion code along with rest of module code
|
2019-11-24 15:47:34 -07:00 |
|
Mark Thom
|
7bf6a230f3
|
record module-level term_expansion and goal_expansion as inner predicates (#228)
|
2019-11-24 12:50:53 -07:00 |
|
Mark Thom
|
24ffdc2724
|
correct bug, dead code in toplevel.pl
|
2019-11-22 20:38:03 -07:00 |
|
Mark Thom
|
6899f051ac
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2019-11-21 18:05:09 -07:00 |
|
Mark Thom
|
16418a47a8
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2019-11-20 23:50:54 -07:00 |
|
Mark Thom
|
1139b3b4c1
|
small test updates
|
2019-11-20 23:50:51 -07:00 |
|
Mark Thom
|
3277ecd13d
|
Merge pull request #226 from malbarbo/num
Add feature num to use num crate in place of rug.
|
2019-11-20 23:51:55 -04:00 |
|
Mark Thom
|
d3842bb070
|
Merge pull request #234 from XVilka/patch-2
Fix README formatting
|
2019-11-19 20:14:00 -04:00 |
|
Mark Thom
|
2ab745016a
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2019-11-19 20:09:44 -07:00 |
|
Mark Thom
|
5aaba8534f
|
bump prolog_parser to version 0.8.35
|
2019-11-19 20:09:28 -07:00 |
|
Mark Thom
|
2b625b1094
|
commit Cargo.lock
|
2019-11-19 20:08:52 -07:00 |
|
Mark Thom
|
66bebff01e
|
add setup_call_cleanup tests, expand builtins tests
|
2019-11-18 23:17:56 -07:00 |
|
Mark Thom
|
17b2510480
|
update version number
|
2019-11-16 19:18:41 -07:00 |
|
Mark Thom
|
bcfd7cbf8d
|
begin migrating tests to pure prolog, correct bug in toplevel
|
2019-11-16 19:15:07 -07:00 |
|
Mark Thom
|
cee3dbc453
|
quote values and goals in equations, eliminate dead code, correct retract/1
|
2019-11-16 17:15:25 -07:00 |
|
Mark Thom
|
ed985c3cfe
|
move more of the toplevel from rust into prolog
|
2019-11-16 00:26:15 -07:00 |
|
Mark Thom
|
4ad62e4606
|
add warnings when initialization goals fail (#168)
|
2019-10-30 00:25:17 -06:00 |
|
Mark Thom
|
d34811aa36
|
handle asserts in modules a little better (#223, #224)
|
2019-10-30 00:14:36 -06:00 |
|
Mark Thom
|
b90d69a45b
|
install asserted predicates into modules from initialization directives (#222)
|
2019-10-29 00:06:51 -06:00 |
|
Mark Thom
|
81f220a4d2
|
replace \n\r and \r\n by \n (#221)
|
2019-10-27 20:50:21 -06:00 |
|
Mark Thom
|
e594ade84d
|
finish #214, add needed ambiguity checks if 0 is the final character
|
2019-10-27 19:23:35 -06:00 |
|
Mark Thom
|
0dcd9e5805
|
correct sign/1 (#216)
|
2019-10-27 14:18:32 -06:00 |
|
Mark Thom
|
67a00e4deb
|
update to prolog_parser v0.8.34 with increased MAX_ARITY (#218)
|
2019-10-27 13:10:32 -06:00 |
|
Mark Thom
|
e656e7fbae
|
add sign/1 (#216) and gcd/2 (#217) as evaluable functors, update the README
|
2019-10-27 13:05:05 -06:00 |
|
Mark Thom
|
0fdf0d8d06
|
correct #215 by fixing bug in ambiguity_check
|
2019-10-27 12:32:18 -06:00 |
|
Mark Thom
|
7cdbd2f16c
|
add consult/1 and shorthand for consult/1 (#214)
|
2019-10-27 11:33:49 -06:00 |
|
Mark Thom
|
ccfcc654a5
|
remove module from toplevel in unqualified use_module
|
2019-10-26 12:39:42 -06:00 |
|
Mark Thom
|
2eea0528b1
|
remove all mention of [clear] from the README
|
2019-10-26 01:35:26 -06:00 |
|
Mark Thom
|
a358431d30
|
reload files properly (re: #213)
|
2019-10-26 01:34:41 -06:00 |
|
Mark Thom
|
e9c1556c32
|
remove scratch comments from clpb.pl
|
2019-10-22 21:19:01 -06:00 |
|