mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
hoon: add +ne
This commit is contained in:
parent
b18aa95de9
commit
2cd8a87763
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user