tangled
alpha
login
or
join now
tjh.dev
/
um32
1
fork
atom
Implementation of the UM-32 "Universal Machine" as described by the
Cult of the Bound Variable
1
fork
atom
overview
issues
pulls
pipelines
bump version
tjh
1 year ago
a613177f
d68cb6b5
+2
-2
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+1
-1
Cargo.lock
reviewed
···
96
96
97
97
[[package]]
98
98
name = "um"
99
99
-
version = "0.1.0"
99
99
+
version = "0.2.0"
100
100
dependencies = [
101
101
"logos",
102
102
"smallvec",
+1
-1
Cargo.toml
reviewed
···
1
1
[package]
2
2
name = "um"
3
3
-
version = "0.1.0"
3
3
+
version = "0.2.0"
4
4
edition = "2021"
5
5
authors = ["tjh <14987462+thomhayward@users.noreply.github.com>"]
6
6
license = "GPL-3.0-only"