Commit 2956e2f5 authored by Stephen Kelly's avatar Stephen Kelly Committed by Tim Graham
Browse files

Removed obsolete comment in if tag.

The double equals operator was removed in
2ccfac1a.
parent 4bb3ddbc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -88,8 +88,6 @@ def prefix(bp, func):


# Operator precedence follows Python.
# NB - we can get slightly more accurate syntax error messages by not using the
# same object for '==' and '='.
# We defer variable evaluation to the lambda to ensure that terms are
# lazily evaluated using Python's boolean parsing logic.
OPERATORS = {