mirror of
https://github.com/urbit/shrub.git
synced 2024-12-30 07:35:19 +03:00
hoon: include all signed bases
%s is not an aura we ever parse into. It's always one of the bases, ie, %sd in place of %ud.
This commit is contained in:
parent
9b2e18406c
commit
77091d53d4
@ -2008,11 +2008,15 @@
|
||||
$~ [%n ~]
|
||||
$@ @tas
|
||||
$% [%ub @ub] [%uc @uc] [%ud @ud] [%ui @ui]
|
||||
[%ux @ux] [%uv @uv] [%uw @uw] [%da @da]
|
||||
[%dr @dr] [%f ?] [%if @if] [%is @is]
|
||||
[%n ~] [%t @t] [%ta @ta] :: @tas
|
||||
[%p @p] [%q @q] [%rd @rd] [%rh @rh]
|
||||
[%rq @rq] [%rs @rs] [%s @s]
|
||||
[%ux @ux] [%uv @uv] [%uw @uw]
|
||||
[%sb @sb] [%sc @sc] [%sd @sd] [%si @si]
|
||||
[%sx @sx] [%sv @sv] [%sw @sw]
|
||||
[%da @da] [%dr @dr]
|
||||
[%f ?] [%n ~]
|
||||
[%if @if] [%is @is]
|
||||
[%t @t] [%ta @ta] :: @tas
|
||||
[%p @p] [%q @q]
|
||||
[%rs @rs] [%rd @rd] [%rh @rh] [%rq @rq]
|
||||
==
|
||||
::
|
||||
:: $tank: formatted print tree
|
||||
|
Loading…
Reference in New Issue
Block a user