]> Repositorios git - scryer-prolog.git/commit
relocate most instruction routines from MachineState to Machine
authorMark Thom <[email protected]>
Sat, 18 Dec 2021 05:02:20 +0000 (22:02 -0700)
committerMark Thom <[email protected]>
Fri, 7 Jan 2022 04:46:23 +0000 (21:46 -0700)
commit3db86f1e2565b81a7f159fa9c75694611e636f22
tree81010d2a27efe08b72bfc5c04a6fd520fd924d74
parent6f9b6a29c487fa1095a418f2501c5e1733f49c02
relocate most instruction routines from MachineState to Machine
17 files changed:
Cargo.lock
Cargo.toml
src/clause_types.rs
src/heap_print.rs
src/instructions.rs
src/lib/iso_ext.pl
src/machine/code_repo.rs
src/machine/compile.rs
src/machine/dispatch.rs [new file with mode: 0644]
src/machine/machine_indices.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/mock_wam.rs
src/machine/mod.rs
src/machine/preprocessor.rs
src/machine/system_calls.rs
src/macros.rs