Contents    Page-10    Prev    Next    Page+10    Index   

Structure References

References to parts of structures within program code are not hard to handle. The basic principles are:

(code, type) → (code', type')

Repeated application of this procedure handles even complicated references.

There are several basic cases: arrays, records, and pointers.