symbol table

A symbol table is a data structure used by compilers and interpreters to store and retrieve information about variables, functions, and other symbols used in a program. It serves as a reference for matching symbols with their corresponding memory addresses or values during the compilation or interpretation process.

Requires login.