By looking at the code and testing some simple formulas, I have to say that in the current state it is unusable.
For example, even has_balanced_parentheses is wrong, because it gets confused by parentheses inside string literals.
The same is true for dashes at the end of string literals: They are parsed as kind of incomplete minus-expressions.
By looking at the code and testing some simple formulas, I have to say that in the current state it is unusable.
For example, even
has_balanced_parenthesesis wrong, because it gets confused by parentheses inside string literals.The same is true for dashes at the end of string literals: They are parsed as kind of incomplete minus-expressions.