From 03864d5878de8bc1751d1ab9c7380e8aceccd2d8 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