Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ast): add Expression::is_associative_commutative_operator()
Implement method of Expression to check whether an expression is an associative-commutative operator. The concept of an AC operator will be useful down the line for A-CSE, generic normalisation rules, and quantified expressions. Related-issues: [conjure-cp#491,conjure-cp#493] Fixes: conjure-cp#494
- Loading branch information