You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
Parsing fails when a formula has a pair of well-balanced, but superfluous parentheses. Example: left-hand side of
((blabla)) And (blabla)
Instead of complexifying the grammar to take this into account, we could easily code a simple cleanup method that fixes parentheses before sending the string to the interpreter.
Originally reported by: Sylvain Hallé (Bitbucket: sylvainhalle, GitHub: sylvainhalle)
Parsing fails when a formula has a pair of well-balanced, but superfluous parentheses. Example: left-hand side of
Instead of complexifying the grammar to take this into account, we could easily code a simple cleanup method that fixes parentheses before sending the string to the interpreter.
The text was updated successfully, but these errors were encountered: