]> Repositorios git - scryer-prolog.git/commit
fix bugs in call_with_inference_limit
authorMark Thom <[email protected]>
Thu, 22 Feb 2018 02:46:15 +0000 (19:46 -0700)
committerMark Thom <[email protected]>
Thu, 22 Feb 2018 02:46:15 +0000 (19:46 -0700)
commit5de03444eb51c1c5ba6d2aa14c05bef7592493a4
tree37ff18b4b1c42dce660008083cc2fac0e1b17f9c
parent7313472a70ad10bd3bfc718ee6e323824c888626
fix bugs in call_with_inference_limit
13 files changed:
src/main.rs
src/prolog/ast.rs
src/prolog/builtins.rs
src/prolog/io.rs
src/prolog/lib/control.pl [new file with mode: 0644]
src/prolog/lib/control.rs [deleted file]
src/prolog/lib/lists.pl [new file with mode: 0644]
src/prolog/lib/lists.rs [deleted file]
src/prolog/lib/mod.rs [deleted file]
src/prolog/machine/machine_state.rs
src/prolog/machine/machine_state_impl.rs
src/prolog/macros.rs
src/prolog/mod.rs