mitranim/jisp

Implement operator clumping

Opened this issue · 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).