mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 12:43:31 +03:00
Zong!
This commit is contained in:
parent
d145dd069a
commit
a8f5877fc4
@ -357,7 +357,7 @@
|
||||
::
|
||||
++ noun :: convert from %noun
|
||||
|= src=*
|
||||
^+ `_..grab`+>+
|
||||
^+ +>+
|
||||
+>+(don (down src))
|
||||
--
|
||||
::
|
||||
|
@ -13,3 +13,4 @@
|
||||
[/text/html (met 3 htm) htm]
|
||||
--
|
||||
--
|
||||
|
||||
|
15
main/pro/zong/core.hoon
Normal file
15
main/pro/zong/core.hoon
Normal file
@ -0,0 +1,15 @@
|
||||
::
|
||||
:::: /hoon/core/zong/pro
|
||||
::
|
||||
/? 314
|
||||
/- zong
|
||||
|_ zog=zong
|
||||
::
|
||||
++ grab :: convert from
|
||||
|%
|
||||
++ noun :: convert from %noun
|
||||
|= src=*
|
||||
^+ +>+
|
||||
+>+(zog (zong src))
|
||||
--
|
||||
--
|
11
main/str/zong/gate.hoon
Normal file
11
main/str/zong/gate.hoon
Normal file
@ -0,0 +1,11 @@
|
||||
=< zong
|
||||
|%
|
||||
++ mess :: message
|
||||
$% [%do p=@t] :: act
|
||||
[%exp p=@t q=tank] :: code
|
||||
[%say p=@t] :: speak
|
||||
==
|
||||
++ zong
|
||||
$% [%mess p=@da q=ship r=mess]
|
||||
==
|
||||
--
|
Loading…
Reference in New Issue
Block a user