Skip to content

DRAFT: Global objects can now appear on the LHS as well. This allows us to use global...

Sven-Bodo Scholz requested to merge sbs/sac2c:hotfix-2479 into develop

Global objects can now appear on the LHS as well. This allows us to use global objects not only as arguments of reference-parameter positions....

The consequence of this is that we also have N_globobjs on LHS after object resolution and hence need to support them in compile.... SIGH

Merge request reports