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 1a7de1f1 817eb678

verified
Changed files
+2
.tangled
+1
.tangled/workflows/clippy.yaml
··· 10 10 dependencies: 11 11 nixpkgs: 12 12 - cargo 13 + - clippy 13 14 14 15 steps: 15 16 - name: run clippy
+1
.tangled/workflows/unit-tests.yaml
··· 10 10 dependencies: 11 11 nixpkgs: 12 12 - cargo 13 + - clang 13 14 14 15 steps: 15 16 - name: run unit tests