Category Archives: cgo

More on Scoping. Type Checking

An identifier (e.g. +) has several meanings depending on the type at which it is used (polymorphic?). The entry in the symbol table for this identifier must contain attribute records for all meanings in the scope. Dynamic Scoping In previous … Continue reading

Posted in cgo, lecture | Leave a comment