]> Repositorios git - scryer-prolog.git/commit
get process_create working and add tests
authorBennet Bleßmann <[email protected]>
Sat, 26 Jul 2025 16:21:00 +0000 (18:21 +0200)
committerBennet Bleßmann <[email protected]>
Fri, 1 Aug 2025 18:47:22 +0000 (20:47 +0200)
commitdc08a4ab11fcd9ee052215d4dae341e3346b91d6
tree60f5df2d0a9cc0d4c88f218c90f4ecdda0656a74
parent1120bcde29ef331e00c83bb13072b0ce71c18754
get process_create working and add tests
14 files changed:
build/instructions_template.rs
src/arena.rs
src/heap_print.rs
src/lib/lists.pl
src/lib/process.pl
src/machine/dispatch.rs
src/machine/machine_errors.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/system_calls.rs
src/macros.rs
tests/scryer/cli/unix/process.md [new file with mode: 0644]
tests/scryer/cli/windows/process.md [new file with mode: 0644]
tests/scryer/main.rs