add some missing files, clean up a little

This commit is contained in:
2025-11-10 22:28:32 -08:00
parent d2e4664fc8
commit 2853de310b
9 changed files with 293 additions and 108 deletions

View File

@@ -1,6 +1,8 @@
## TODO
- [ ] `newt/Problem.newt` coverage issues
- [ ] Maybe make the editor json more compact
- [ ] Remove erased args from primitive functions
- [ ] consider moving primitive functions to a support file
- Downside here is that we lose some dead code elimination, but it better supports bootstrapping when calling convention changes.