From 3957e9c14a9355d5fe5ae9bf7e0b84398254c815 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 14 Nov 2024 22:19:52 -0500 Subject: [PATCH] update todo list --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b00a73f..c56ad0f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,10 +22,12 @@ // - [ ] with tail-call optimization (nb: this may not be possible w/ a TW-VM) // - [ ] with all the necessary forms for current Ludus // * [ ] guards in match clauses -// * [ ] `as` patterns +// * [x] `as` patterns // * [ ] splat patterns in tuples, lists, dicts // * [ ] splats in list and dict literals // * [ ] `loop` and `recur` +// * [ ] string patterns +// * [ ] string interpolation // * [~] write `base` in Rust // * [ ] turn this into a library function // * [ ] compile this into WASM