sbmlteam / sbml-test-suite

The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
https://sbml.org/software/sbml-test-suite/
Other
23 stars 12 forks source link

Problems converting ASTNode2 to ASTNode with FormulaParserLL3 #53

Closed LisaFalk closed 6 years ago

LisaFalk commented 6 years ago

Even though it is not the best idea converting ASTNode2 to ASTNode with FormulaParserLL3 we thought it would be working. But the formula (A xor B) causes the following exception: Caused by: org.sbml.jsbml.text.parser.ParseException: Encountered " "xor "" at line 1, column 3. Was expecting one of:

"+" ... "^" ... "-" ... "*" ... "/" ... "%" ... ... ... ...
mhucka commented 6 years ago

Hi @LisaFalk – thanks for the note, but I'm not sure I understand why this issue is noted here, in the test suite repository. This sounds like a problem with JSBML. Should the issue perhaps be opened in the JSBML repo?

LisaFalk commented 6 years ago

That' a correct objection! It should be opened in the JSBML repo.