Introduce ability to automatically recode nested statement combinations encoded as component pairs as nested statement combinations.
Encoding such as { Cac{ ... } [XOR] Cac{ ... } } (i.e., encoding as component pair combination) should be automatically detected (criteria: single component of same type on either side of combination) and recoded as nested statement combination (i.e., Cac{ Cac{ ... } [XOR] Cac{ ... } }) to support coding consistency.
Introduce ability to automatically recode nested statement combinations encoded as component pairs as nested statement combinations.
Encoding such as
{ Cac{ ... } [XOR] Cac{ ... } }
(i.e., encoding as component pair combination) should be automatically detected (criteria: single component of same type on either side of combination) and recoded as nested statement combination (i.e.,Cac{ Cac{ ... } [XOR] Cac{ ... } }
) to support coding consistency.