add CHECK_LIST items for parsing

This commit is contained in:
Emile Clark-Boman 2026-01-28 10:40:45 +10:00
parent 15e88d5c31
commit e1b69177c8

View file

@ -1,3 +1,6 @@
- [ ] implement naive Tip/Terminal type
- [ ] remove all dependency on Wrap type (it's already gone anyways...)
- [ ] /primitives/bootstrap/parse/parse.nix should be able to terminate on Tip/Terminal elements
- [ ] mix should do a deeply nested merge, not a surface level merge
- [ ] implement isomorphisms (especially from primitives to NixTypes)