update todo list

This commit is contained in:
Scott Richmond 2024-11-14 22:19:52 -05:00
parent 938033ab5d
commit 3957e9c14a

View File

@ -22,10 +22,12 @@
// - [ ] with tail-call optimization (nb: this may not be possible w/ a TW-VM) // - [ ] with tail-call optimization (nb: this may not be possible w/ a TW-VM)
// - [ ] with all the necessary forms for current Ludus // - [ ] with all the necessary forms for current Ludus
// * [ ] guards in match clauses // * [ ] guards in match clauses
// * [ ] `as` patterns // * [x] `as` patterns
// * [ ] splat patterns in tuples, lists, dicts // * [ ] splat patterns in tuples, lists, dicts
// * [ ] splats in list and dict literals // * [ ] splats in list and dict literals
// * [ ] `loop` and `recur` // * [ ] `loop` and `recur`
// * [ ] string patterns
// * [ ] string interpolation
// * [~] write `base` in Rust // * [~] write `base` in Rust
// * [ ] turn this into a library function // * [ ] turn this into a library function
// * [ ] compile this into WASM // * [ ] compile this into WASM