jisp icon indicating copy to clipboard operation
jisp copied to clipboard

Implement operator clumping

Open mitranim opened this issue 11 years ago • 0 comments

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).

mitranim avatar Jul 11 '14 18:07 mitranim