Parrot Parrot Compiler Toolkit #56

NQP operators

circumfix:          () <> '' ""
postcircumfix:      .[] .{} .<> .()
increment:          ++ --
unary:              + - ~ ? !
multiplicative:     * / %
additive:           + -
concatenation:      ~
comparison:         == != < <= > >= eq ne lt le gt ge =:=
tight logical:      && ||
ternary:            ??!!
binding:            :=
list:               ,
loose logical:      and or
list/hash context:  @() %()
Copyright © 2009
http://www.pmichaud.com/2009/pres/