This commit is contained in:
2024-11-30 11:50:24 -08:00
parent d5a4d6253f
commit 067293ea85
3 changed files with 159 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
- [ ] Add icit to Lam (see `check` for details)
- [ ] TCO? Probably needed in browser, since v8 doesn't do it. bun and JavaScriptCore do support it.
- [ ] deconstructing `let`
- [x] Fix string printing to be js instead of weird Idris strings
- [ ] make $ special
- Makes inference easier, cleaner output, and allows `foo $ \ x => ...`