mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Hack r-co.
I think this is the best way to do this...
This commit is contained in:
parent
fb202f68eb
commit
ee18ef9196
@ -3299,9 +3299,11 @@
|
||||
++ d-co |=(min=@ (em-co [10 min] |=([? b=@ c=tape] [~(d ne b) c])))
|
||||
++ r-co
|
||||
|= [syn=? nub=@ der=@]
|
||||
=> .(rex ['.' ((d-co 1) der)])
|
||||
=> .(rex ['.' (t-co ((d-co 1) der))])
|
||||
=> .(rex ((d-co 1) nub))
|
||||
?:(syn rex ['-' rex])
|
||||
++ t-co |= a=tape ^- tape
|
||||
?~ a ~|(%empty-frac !!) t.a
|
||||
::
|
||||
++ s-co
|
||||
|= esc=(list ,@) ^- tape
|
||||
@ -3310,6 +3312,7 @@
|
||||
rex
|
||||
:- '.'
|
||||
=>(.(rex $(esc t.esc)) ((x-co 4) i.esc))
|
||||
|
||||
::
|
||||
++ v-co |=(min=@ (em-co [32 min] |=([? b=@ c=tape] [~(v ne b) c])))
|
||||
++ w-co |=(min=@ (em-co [64 min] |=([? b=@ c=tape] [~(w ne b) c])))
|
||||
|
Loading…
Reference in New Issue
Block a user