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