Adding my first attempt at writing a lisp
[sandbox] / mini / README.md
diff --git a/mini/README.md b/mini/README.md
new file mode 100644 (file)
index 0000000..23c3365
--- /dev/null
@@ -0,0 +1,15 @@
+mini
+====
+
+A minimal lisp
+
+Usage
+-----
+To run unit tests: `python mini.py source-file-name.mini`
+
+References
+----------
+This implementation is influenced by John Shutt's work on
+the Kernel programming language, especially the way it evaluates
+(arguments don't evaluate by default). The relevant dissertation
+can be found [here](https://www.wpi.edu/Pubs/ETD/Available/etd-090110-124904/unrestricted/jshutt.pdf).