]> Repositorios git - scryer-prolog.git/commit
use Deutsch-Schorr-Waite to implement acyclic_term/1 (#2128)
authorMark <[email protected]>
Sun, 22 Oct 2023 03:37:27 +0000 (21:37 -0600)
committerMark <[email protected]>
Sun, 22 Oct 2023 03:47:29 +0000 (21:47 -0600)
commit6a913bc4ccc76a662392b7b1febb16e6ae4bf3da
tree71fb3e1063de854e33297d4457b25a107fea76b4
parentbf46c4b5c125bccd89573bad8e9801d5f6af2cb5
use Deutsch-Schorr-Waite to implement acyclic_term/1 (#2128)
Cargo.lock
Cargo.toml
src/heap_iter.rs
src/machine/cycle_detection.rs [new file with mode: 0644]
src/machine/gc.rs
src/machine/machine_state_impl.rs
src/machine/mod.rs