Normalize parenthesized and negated expressions
[fur] / parsing.py
index 23bf65e..adc96e9 100644 (file)
@@ -64,6 +64,7 @@ FurNegationExpression = collections.namedtuple(
     ],
 )
 
+# TODO We don't need to wrap this type
 FurParenthesizedExpression = collections.namedtuple(
     'FurParenthesizedExpression',
     [