From 2cd8a8776339dbecddb94bb2c705f7e313faa08a Mon Sep 17 00:00:00 2001 From: Alex Shelkovnykov Date: Tue, 5 Sep 2023 13:37:43 -0600 Subject: [PATCH] hoon: add +ne --- hoon/scaffolding/playpen.hoon | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hoon/scaffolding/playpen.hoon b/hoon/scaffolding/playpen.hoon index 472ea37..00c3e49 100644 --- a/hoon/scaffolding/playpen.hoon +++ b/hoon/scaffolding/playpen.hoon @@ -891,6 +891,17 @@ ^- @t (rap 3 a) :: +:: Parsing +:: +++ ne + |_ tig=@ + ++ c (cut 3 [tig 1] key:fa) + ++ d (add tig '0') + ++ x ?:((gte tig 10) (add tig 87) d) + ++ v ?:((gte tig 10) (add tig 87) d) + ++ w ?:(=(tig 63) '~' ?:(=(tig 62) '-' ?:((gte tig 36) (add tig 29) x))) + -- +:: :: Virtualization :: ++ mink !. :: raw virtual nock