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.
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.