pstlab / oRatio

oRatio is an Integrated Logic and Constraint based solver
Apache License 2.0
6 stars 1 forks source link

Multiple creation of variables in single statement fails #13

Closed riccardodebenedictis closed 4 years ago

riccardodebenedictis commented 4 years ago

The parser does not accept multiple creation of variables in single statement fails.

For example, the following RIDDLE code

real x0, x1;

gives [0, 9] expected ';'

riccardodebenedictis commented 4 years ago