Mark Thom
|
708c3bc3ce
|
dereference first argument of (is)/2
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
39efc12dc8
|
generate heap_loc cells to refer to 0-arity atoms in read.rs
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
4211151fe6
|
fix unify_float
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
3974b6e6cd
|
dereference variables when looking for string terminators
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
b24df6e195
|
properly iterate over read terms in MachineState::read_term
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
bcd33dc8e3
|
get test suite working
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
6c66c236fb
|
fix printing of CStr's
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
520121b2b2
|
remove skeletons from replaced modules
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
48c1d05151
|
use heap_loc to refer to 0-arity atom instead of str_loc
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
8ba61a1da1
|
defer installation of inference counter for call_with_inference_limit til after goals expanded
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
cd129e32a7
|
fix bugs revealed by src/tests/builtins.pl
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
2b3e43f160
|
start to retune testing infrastructure
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
d7bf04d2c0
|
fix off by one bug in system_calls
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
4cde8cd501
|
fix bug in error_form
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
fb4e627e62
|
fix various partial string bugs (copying using them in arg/3)
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
ef3a97cedd
|
detect attributed variables by properly detecting them in copy_term/2
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
1a86ad5cec
|
upgrade rustyline
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
529c401eee
|
don't allow [] as a stream alias, restore domain error on source sink for open/{3,4}
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
a87236fea2
|
keep cursor position after writing to byte stream
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
975c1ca62c
|
fix stream errors
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
d02b9d848c
|
break from loop upon successful peek in peek_char/1 and peek_code/1
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
f340f9ac94
|
break from loop in get_code upon successful character read
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
1b3f290037
|
throw instantiation error if Arity is a variable in abolish/1
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
b551ef315f
|
use strip module in retract/1, a meta-predicate
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
10bb6ab3bb
|
restore old thread_goals to fix top-level solutions printing bug
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
4af57b0dd3
|
fix HeapPStrIter bug not recognizing nil focus if PStrLoc points to PStrOffset to CStr
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
bc613eeff9
|
fix number not recognizing floats
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
7507e88406
|
detect module resolved cut in interpreted (,)
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
073f281f1e
|
fix arg/3 bug
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
3355b49724
|
add bounds check for attributed variables slice
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
0e2db4a23e
|
tag DCG constructs with module names for proper resolution
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
addc817cca
|
break from get_char loop after successful char unification
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
a0a86d0f62
|
unmark cell bits in occurs check
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
b24e7cce38
|
support comparison and unification of cyclic partial strings
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
ffd1b7069f
|
greatly reduce the number of goal expansions done in callable if/then/else
|
2022-01-06 21:44:41 -07:00 |
|
Mark Thom
|
0404c3bd94
|
use new heap term representation
|
2022-01-06 21:44:38 -07:00 |
|
Mark Thom
|
d0b74a95f4
|
Merge pull request #1156 from mthom/proper_var_list_order_issue_1121
Correct order of variables in read_term/3 equation and variable lists
|
2022-01-06 20:46:59 -07:00 |
|
Adrián Arroyo Calle
|
0288d5dc19
|
Add ugraphs library
|
2021-12-31 12:56:24 +01:00 |
|
Mark Thom
|
9d06229cba
|
create read_term/3 variable lists in order of variable occurrence within terms
|
2021-12-23 13:31:49 -07:00 |
|
Mark Thom
|
c60ada8421
|
Merge pull request #1132 from triska/tls_library
ADDED: library(tls) for negotiating TLS connections
|
2021-12-13 19:11:04 -07:00 |
|
Mark Thom
|
74a1d5cf38
|
Merge pull request #1141 from triska/layout_text_sequence
ENHANCED: Support also comments in integers with underscores
|
2021-12-13 19:09:37 -07:00 |
|
Mark Thom
|
43532e5322
|
Merge pull request #1142 from triska/s
report time with "s" instead of "seconds", in analogy to time(1)
|
2021-12-13 19:09:20 -07:00 |
|
Mark Thom
|
68cd1d6631
|
Merge pull request #1143 from heydtn/patch-1
Fix typo in abnf_lwsp/2
|
2021-12-13 19:04:46 -07:00 |
|
Mark Thom
|
afc18cc390
|
Merge pull request #1147 from triska/pio_improvements
ENHANCED: Use newly available fast chars test from library(error).
|
2021-12-13 19:04:27 -07:00 |
|
Markus Triska
|
57d15936cb
|
ENHANCED: Use newly available fast chars test from library(error).
|
2021-12-12 17:43:17 +01:00 |
|
Nate Heydt
|
14406dbf76
|
Fix typo in abnf_lwsp/2
|
2021-12-09 07:42:48 -08:00 |
|
Markus Triska
|
12c561cee0
|
report time with "s" instead of "seconds", in analogy to time(1)
This addresses https://github.com/mthom/scryer-prolog/pull/1131#issuecomment-988670049 .
|
2021-12-08 16:13:54 +01:00 |
|
Markus Triska
|
f79b8a1ca5
|
ENHANCED: support full layout text sequence (also comments) in integers with underscores
Example:
?- X = 1_/**/2.
%@ X = 12.
Following the comment in https://github.com/mthom/scryer-prolog/pull/1112#issuecomment-981540485
|
2021-12-08 10:42:19 +01:00 |
|
Markus Triska
|
637daa5bda
|
remove redundant test: '\n' is a layout char.
|
2021-12-08 10:37:37 +01:00 |
|
Mark Thom
|
2eae6b4be7
|
Merge pull request #1131 from triska/cpu_time
walltime --> CPU time
|
2021-12-07 20:30:00 -07:00 |
|