![]()
出典:Wiktionary
symbol table (複数形 symbol tables)
出典:Wikipedia
出典:『Wikipedia』 (2011/05/27 03:52 UTC 版)
In computer science, a symbol table is a data structure used by a language translator such as a compiler or interpreter, where each identifier in a program's source code is associated with information relating to its declaration or appearance in the source, such as its type, scope level and sometimes its location.