Posted inCompiler Design
Declarations
When we encounter declarations, we need to lay out storage for the declared variables. For every local name in a procedure, we create a ST(Symbol Table) entry containing: The type…
My WordPress Blog