whoward / cadenza

parser and renderer library for liquid-like templates
13 stars 6 forks source link

Merge OperationNode and BooleanInverseNode #23

Closed whoward closed 9 years ago

whoward commented 9 years ago

rather than have a specific lhs and rhs for operation node simply have N children and a single operation (which could also simplify the AST for complex expressions)

whoward commented 9 years ago

this is not so easy actually and brings us questionable advances so i'm going to avoid doing this