From a35d5293a9fa26a87420dfdda756f7dd1f8fb2b2 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 21 Nov 2024 20:09:37 -0500 Subject: [PATCH] update todos --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index c476b96..f6c1e6d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,6 +30,7 @@ // * [x] `loop` and `recur` // * [ ] string patterns // * [ ] string interpolation +// * [ ] docstrings // * [~] write `base` in Rust // * [ ] turn this into a library function // * [ ] compile this into WASM