Todd fixed an issue with ^ operator precedence in the antlr4-vensim package (see climateinteractive/antlr4-vensim#16), which was released in 0.6.4.
We need to upgrade to the latest version in the parse package to pick up this fix.
We should also add some tests for these cases in the parse tests.
Todd fixed an issue with
^operator precedence in the antlr4-vensim package (see climateinteractive/antlr4-vensim#16), which was released in 0.6.4.We need to upgrade to the latest version in the
parsepackage to pick up this fix.We should also add some tests for these cases in the
parsetests.