summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéonard Oest O'Leary <lool4516@gmail.com>2023-09-09 14:47:59 -0700
committerGitHub <noreply@github.com>2023-09-09 14:47:59 -0700
commiteb8beb2b3f4fd844ab2073c3d293f11a208cd53d (patch)
tree99dca5525c05549e9f21caf5d8c02e362ab280a1
parent0c2b5f2a35f0ce13fd678285760ce698e5e65912 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02fa6e7..dbb9f9c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# Ribbit
+## ⚠️ The Ribbit version that can compile the R4RS compliant repl in 7KB is available on the `dev` for now. It will be merged with `main` shortly. ⚠️
+
+# Ribbit
A small, portable and extensible Scheme implementation that supports closures, tail calls, first-class continuations, a REPL and AOT and incremental compilers. All that for a run time footprint around 4 KB!