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
This does not seem to be too much of a problem, but there are some extreme cases (see res/test_expressions/079.bnet) where the parser could overflow the stack limit. At the moment, this is mitigated by detecting parentheses and skipping the operator detection step for that token.
The text was updated successfully, but these errors were encountered:
This does not seem to be too much of a problem, but there are some extreme cases (see
res/test_expressions/079.bnet
) where the parser could overflow the stack limit. At the moment, this is mitigated by detecting parentheses and skipping the operator detection step for that token.The text was updated successfully, but these errors were encountered: