aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f684d21
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# cmonkey
+
+A monkey programming language interpreter written in C11. From Thorsten Ball's
+[Writing an Interpreter in Go](https://interpreterbook.com/) book, except I
+wrote mine in C, just for lulz.
+
+TODO: chapter 4, GC, debug