expr-lang/expr

[FEAT]: Add a prioritization mechanism or expression strength

Closed this issue · 2 comments

It would be great to be able to sort expressions by their strength/complexity.

Example:

1==1
1==0 || 0==0 
(1==1 && 0==0) || 0

I did not get it.

I think this is related to Estimated cost #628