mass icon indicating copy to clipboard operation
mass copied to clipboard

New operator syntax

Open grassator opened this issue 4 years ago • 0 comments

Right now the operators are defined as

operator 7 (x == y) 'equal

Would be nice to make it more consistent with the rest of the definition using something like:

using (Operator [.precedence = 24, .alias = 'foo])

grassator avatar Dec 02 '21 17:12 grassator