Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable

include required packages

Signed-off-by: tjh <did:plc:65gha4t3avpfpzmvpbwovss7>

tjh.dev d5319b78 817eb678

verified
Changed files
+7 -2
.tangled
+4 -1
.tangled/workflows/clippy.yaml
··· 4 - pull_request 5 branch: 6 - main 7 8 engine: nixery 9 10 dependencies: 11 nixpkgs: 12 - cargo 13 14 steps: 15 - - name: run clippy 16 environment: 17 RUSTFLAGS: "-Dwarnings" 18 command: |
··· 4 - pull_request 5 branch: 6 - main 7 + - push-vssolqlyozpu 8 9 engine: nixery 10 11 dependencies: 12 nixpkgs: 13 - cargo 14 + - clang 15 + - clippy 16 17 steps: 18 + - name: Run clippy 19 environment: 20 RUSTFLAGS: "-Dwarnings" 21 command: |
+3 -1
.tangled/workflows/unit-tests.yaml
··· 4 - pull_request 5 branch: 6 - main 7 8 engine: nixery 9 10 dependencies: 11 nixpkgs: 12 - cargo 13 14 steps: 15 - - name: run unit tests 16 command: | 17 cargo test --all-targets --all-features
··· 4 - pull_request 5 branch: 6 - main 7 + - push-vssolqlyozpu 8 9 engine: nixery 10 11 dependencies: 12 nixpkgs: 13 - cargo 14 + - clang 15 16 steps: 17 + - name: Run unit tests 18 command: | 19 cargo test --all-targets --all-features