diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-01-11 22:04:33 -0800 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-01-11 22:04:33 -0800 |
| commit | 072be4d816d69429b0e025a749787cda38aa0cf9 (patch) | |
| tree | be778c9ebc70d4c38ba3081d16682ad587f9e3d4 /README.md | |
| parent | 68986fe0410584c6934c835bb0ee784655f5f8c5 (diff) | |
| download | chromatopelma-072be4d816d69429b0e025a749787cda38aa0cf9.tar.zst | |
Add a README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
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. |
