]> Repositorios git - scryer-prolog.git/commit
move CodeIndex to F64Table-like table
authorMark Thom <[email protected]>
Sun, 6 Apr 2025 19:11:57 +0000 (12:11 -0700)
committerMark Thom <[email protected]>
Wed, 23 Apr 2025 06:33:11 +0000 (23:33 -0700)
commita2e4c4a213e3c49e6dcf3c8c1951b675f02226d0
treefa90bbad89b517593d3506ab3e8f1a5f3a5bea5a
parent2b8cd19c292269e11d5b19c77d392f4bfd8f9c76
move CodeIndex to F64Table-like table
21 files changed:
Cargo.toml
src/arena.rs
src/arithmetic.rs
src/heap_print.rs
src/lib.rs
src/machine/arithmetic_ops.rs
src/machine/dispatch.rs
src/machine/lib_machine/mod.rs
src/machine/load_state.rs
src/machine/loader.rs
src/machine/machine_indices.rs
src/machine/machine_state_impl.rs
src/machine/mod.rs
src/machine/system_calls.rs
src/machine/unify.rs
src/macros.rs
src/offset_table.rs [new file with mode: 0644]
src/parser/ast.rs
src/parser/lexer.rs
src/parser/parser.rs
src/types.rs