mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Merge commit '807652e'
* commit '807652e': adds %# (3-fixed %cnsg alias) to parser
This commit is contained in:
commit
60b0b1efd9
@ -11974,6 +11974,7 @@
|
|||||||
['-' (rune hep %cnhp expk)]
|
['-' (rune hep %cnhp expk)]
|
||||||
[':' (rune col %cnhp expi)]
|
[':' (rune col %cnhp expi)]
|
||||||
['~' (rune sig %cnsg expu)]
|
['~' (rune sig %cnsg expu)]
|
||||||
|
['#' (rune hax %cnsg expn)]
|
||||||
['*' (rune tar %cntr expm)]
|
['*' (rune tar %cntr expm)]
|
||||||
['=' (rune tis %cnts exph)]
|
['=' (rune tis %cnts exph)]
|
||||||
==
|
==
|
||||||
@ -12269,6 +12270,9 @@
|
|||||||
++ expk |.(;~(gunk loaf ;~(plug loaf (easy ~)))) :: list of two hoons
|
++ expk |.(;~(gunk loaf ;~(plug loaf (easy ~)))) :: list of two hoons
|
||||||
++ expl |.(;~(gunk (stag ~ sym) loaf loaf)) :: term, two hoons
|
++ expl |.(;~(gunk (stag ~ sym) loaf loaf)) :: term, two hoons
|
||||||
++ expm |.((butt ;~(gunk rope loaf rick))) :: several [tile hoon]s
|
++ expm |.((butt ;~(gunk rope loaf rick))) :: several [tile hoon]s
|
||||||
|
++ expn |. ;~ gunk rope loaf :: wing, hoon,
|
||||||
|
;~(plug loaf (easy ~)) :: list of one hoon
|
||||||
|
== ::
|
||||||
++ expo |.(;~(gunk wise loaf loaf)) :: =;
|
++ expo |.(;~(gunk wise loaf loaf)) :: =;
|
||||||
++ expp |.(;~(gunk (butt rick) loaf)) :: [wing hoon]s, hoon
|
++ expp |.(;~(gunk (butt rick) loaf)) :: [wing hoon]s, hoon
|
||||||
++ expq |.(;~(gunk rope loaf loaf)) :: wing and two hoons
|
++ expq |.(;~(gunk rope loaf loaf)) :: wing and two hoons
|
||||||
|
Loading…
Reference in New Issue
Block a user