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