Monday, September 30, 2013

Understanding Symbol Tables


Symbol Tables are the breakdown of languages into it's variables, with the respective scopes well defined.  You can think of it as the dynamic storage for variables as the code is interpreted.

No comments:

Post a Comment