Skip to content

Update eliminable variable expression

Tjerk Vreeken requested to merge update-elim-variable-expr into master

Since Pymoca 0.4.1, expanding vectors is performed first if expand_mx is set as well. This means that the variable elimination should also handle trailing array indices, e.g. "a.b._c[1,2]" instead of just "a.b._c".

Merge request reports