summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyropro <[email protected]>2026-05-23 12:38:19 +0100
committertyropro <[email protected]>2026-05-23 12:38:19 +0100
commitd0540b4c291b2bc866d8b57421911d1c2f4acf77 (patch)
tree98d814a510c1c3253e5d45f16851a6c85d21357f
parent933605e7db844f695ca2471451518f2828324682 (diff)
Added README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..40e91bc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# Little Man Computer Interpreter
+
+This is an interpreter for the [Little Man Computer](https://en.wikipedia.org/wiki/Little_Man_Computer) Language written in Rust.
+
+This is currently designed to have as much parity with the [simulator currently hosted by Peter Higginson](https://peterhigginson.co.uk/lmc).
+This resulted in me using some very weird ways of accomplishing this task.