]> Repositorios git - scryer-prolog.git/commit
Add --no-add-history flag
authorWilliam Kral <[email protected]>
Fri, 11 Mar 2022 05:48:41 +0000 (21:48 -0800)
committerWilliam Kral <[email protected]>
Fri, 11 Mar 2022 05:48:41 +0000 (21:48 -0800)
commit5f1f07e5a117b159576968b411050ea177e1e1ad
treeafce6396ec8461cebd81ddd6b2d5f9e523bd9982
parenteace0d9b3797433b29a21dfea3a409dd096382bf
Add --no-add-history flag

Flag prevents the input stream from saving terms to ~/.scryer_history
when set. Use the flag when running tests to increase test isolation.
src/machine/args.rs [new file with mode: 0644]
src/machine/mod.rs
src/machine/streams.rs
src/machine/system_calls.rs
src/read.rs
src/toplevel.pl
tests/scryer/helper.rs