From e1b69177c8b5da26813db0b0fd7dfa8058e2ed11 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Wed, 28 Jan 2026 10:40:45 +1000 Subject: [PATCH] add CHECK_LIST items for parsing --- nt/CHECK_LIST.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nt/CHECK_LIST.md b/nt/CHECK_LIST.md index 7947333..6ac2d49 100644 --- a/nt/CHECK_LIST.md +++ b/nt/CHECK_LIST.md @@ -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)