Bug #91
Json of EMF backend is broken for array access
Start date:
11/14/2019
Due date:
% Done:
0%
Description
{"type": "array access",
"array": [{"type": "variable",
"value": "x",
"datatype": { "kind": "array", "base_type": { "kind": "real" }, "dim": {"kind": "int",
"value": "3"} } }],
"idx": [{"type": "constant", "value": "2",
"datatype": { "kind": "int" } }],
}
the Comma after "idx" list and before the last "}" should be removed.
History
#1 Updated by Pierre-Loïc Garoche 21 days ago
- Status changed from New to Closed