]> Repositorios git - scryer-prolog.git/commit
inline metacalls
authorMark Thom <[email protected]>
Wed, 13 Jul 2022 04:39:50 +0000 (22:39 -0600)
committerMark Thom <[email protected]>
Thu, 27 Oct 2022 05:36:07 +0000 (23:36 -0600)
commit1ffbf63d205188f85e8a343460b79dc4d9a7d5a4
tree6bdfb3eed24320116c05bda041ebc3f123ea4599
parentc7e1f5d56805f35af7f52d4b2c1482de232e683f
inline metacalls
44 files changed:
build/instructions_template.rs
src/arena.rs
src/arithmetic.rs
src/codegen.rs
src/forms.rs
src/heap_iter.rs
src/heap_print.rs
src/iterators.rs
src/lib/builtins.pl
src/lib/clpb.pl
src/lib/clpz.pl
src/lib/dcgs.pl
src/lib/error.pl
src/lib/freeze.pl
src/lib/iso_ext.pl
src/lib/pairs.pl
src/lib/reif.pl
src/lib/tabling.pl
src/lib/terms.pl
src/loader.pl
src/machine/arithmetic_ops.rs
src/machine/attributed_variables.pl
src/machine/compile.rs
src/machine/copier.rs
src/machine/dispatch.rs
src/machine/gc.rs
src/machine/heap.rs
src/machine/load_state.rs
src/machine/loader.rs
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/streams.rs
src/machine/system_calls.rs
src/macros.rs
src/parser/ast.rs
src/parser/lexer.rs
src/read.rs
src/targets.rs
src/toplevel.pl
src/types.rs