mass
mass copied to clipboard
New operator syntax
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])