Opened 14 years ago
Last modified 14 years ago
#1267 closed defect (fixed)
Parsing of output expression list should allow empty elements
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | Red October |
Component: | Parser | Version: | |
Keywords: | Cc: | Adrian Pop, |
Description
Currently the parser does not accept output expressions of the form:
(LU,,info) := Modelica.Math.Matrices.LAPACK.dgetrf(A);
Should be fixed when we move to ANTLR3 parser.
Note:
See TracTickets
for help on using tickets.
Was fixed with the new parser