jisp
jisp copied to clipboard
Implement operator clumping
In JavaScript, you can clump together arithmetic and logical operators that take a single argument:
+!"stuff"
!-~~Math.random()
Jisp needs to natively support clumping for all “operators” that can take a single argument (but not necessarily just one).