Updates to text files / comments

This commit is contained in:
2024-09-11 16:00:56 -07:00
parent 391c9449ac
commit db7d2ce73d
3 changed files with 17 additions and 16 deletions

14
TODO.md
View File

@@ -7,17 +7,17 @@
- [ ] list syntax
- [ ] operators
- [ ] import
- [ ] add {{ }} and solving
- [ ] add {{ }} and solving autos
- [ ] some solution for + (classes? ambiguity?)
- [ ] surface execution failure in the editor
- [ ] write js files in out
- [ ] detect extra clauses
- [ ] test framework
- [ ] show compiler failure in the editor (exit code != 0)
- [ ] write js files into `out` directory
- [ ] detect extra clauses in case statements
- [ ] add test framework
- [ ] decide what to do for erasure
- [ ] type at point
- [ ] type at point in vscode
- [ ] repl
- [ ] LSP
- [ ] don't match forced constructors
- [ ] don't match forced constructors at runtime
- maybe do this in codegen if there is only one case.
- [ ] magic nat (codegen as number with appropriate pattern matching)
- [ ] magic tuple? (codegen as array)