Lines Matching refs:operators
10 On the one hand it filters out invalid operators like the bitshift
11 operators we don't allow in templates. On the other hand it separates
109 # bind operators to token types
110 operators = {
139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
140 assert len(operators) == len(reverse_operators), 'operators dropped'
142 sorted(operators, key=lambda x: -len(x))))
596 token = operators[value]
635 # like operators