##// END OF EJS Templates
parser: factor out function that parses right-hand side of prefix/infix ops...
parser: factor out function that parses right-hand side of prefix/infix ops These two had common pattern. The significant difference was just a result expression: prefix: (op-name, rhs) infix: (op-name, lhs, rhs)

File last commit:

r1360:7d439981 default
r25803:b3004d27 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder