From 1e36aedea3c319fbd88d9f35c4e22e1fbeb46e29 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Sat, 27 Jul 2024 11:35:48 -0700 Subject: [PATCH] readme update some more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21eb7d0c..2ae2c622 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## History -Initially created by following along https://interpreterbook.com and making many changes/simplification/cleanups. And pretty much a complete rewrite in 0.25 with interning, kept the tests though. +Initially created by following along https://interpreterbook.com and making many changes/simplification/cleanups. And pretty much a complete rewrite in 0.25 with interning, everything a node/expression (flatter ast), etc... (kept the tests though). There is also now a [discord bot](https://github.com/grol-io/grol-discord-bot#grol-discord-bot) as well as a `wasm` version that runs directly in your browser, try it on [grol.io](https://grol.io/)