From 072be4d816d69429b0e025a749787cda38aa0cf9 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 11 Jan 2022 22:04:33 -0800 Subject: Add a README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.3.1