aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e37aa5d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Cute scheme
+Cute scheme is a partial r7rs implementation with a focus on ease of
+implementation and a reusable library. The frontend is written in r7rs
+Scheme, and compiles to a bytecode defined in encoding.csc. The bytecode
+interpreter is written in Rust.