aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-01-11 22:04:33 -0800
committerRose Hogenson <rhogenson@posteo.net>2022-01-11 22:04:33 -0800
commit072be4d816d69429b0e025a749787cda38aa0cf9 (patch)
treebe778c9ebc70d4c38ba3081d16682ad587f9e3d4 /README.md
parent68986fe0410584c6934c835bb0ee784655f5f8c5 (diff)
downloadchromatopelma-072be4d816d69429b0e025a749787cda38aa0cf9.tar.zst
Add a README.
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.