Top "Symbol-table" questions

A `symbol table` is a data structure that maps each identifier in a program's source code to information relating to its declaration or appearance in the source.

How to make a symbol table

We have as an assignment to make a compiler. We have already made the lexical and syntax analysis but we …

java compiler-construction symbol-table
Dynamic loading and weak symbol resolution

Analyzing this question I found out some things about behavior of weak symbol resolution in the context of dynamic loading (…

linux dynamic-linking dynamic-loading symbol-table weak-linking