##// 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)
Yuya Nishihara -
r25803:b3004d27 default
Show More
Name Size Modified Last Commit Author
/ hgext / highlight
__init__.py Loading ...
highlight.py Loading ...