mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Reject malformed =^ at parse time.
This prevents bad =^ forms like =^(1 2 3 4) from slipping through and crashing in open:ap. (Which can in turn crash dojo, naturally.) It looks like %tskt should also be defined as [%tskt p=term q=wing r=twig s=twig] in ++twig, but full-on language migrations are beyond my pay grade.
This commit is contained in:
parent
f800913504
commit
8c6c1d9042
@ -9678,7 +9678,7 @@
|
||||
^. stet ^. limo
|
||||
:~ ['|' (rune bar %tsbr expo)]
|
||||
['.' (rune dot %tsdt expq)]
|
||||
['^' (rune ket %tskt expd)]
|
||||
['^' (rune ket %tskt bono)]
|
||||
[':' (rune col %tscl expp)]
|
||||
['<' (rune gal %tsgl expb)]
|
||||
['>' (rune gar %tsgr expb)]
|
||||
@ -9871,6 +9871,13 @@
|
||||
==
|
||||
loaf
|
||||
==
|
||||
++ bono |. :: term, wing, 2 twigs
|
||||
;~ gunk :: (as twigs)
|
||||
(cook |=(cog=term [%cnzz [cog ~]]) sym)
|
||||
(cook |=(hyp=wing [%cnzz hyp]) rope)
|
||||
loaf
|
||||
loaf
|
||||
==
|
||||
++ bont ;~ (bend) :: term, optional twig
|
||||
;~(pfix cen sym)
|
||||
;~(pfix dot ;~(pose wide ;~(pfix muck loaf)))
|
||||
|
Loading…
Reference in New Issue
Block a user