Hi ,
so far i have been concentrating on programming aspects.
now its time to learn some internals of C -compiler.
Lexical Analyzer
Parser
Hashtables
Syntax Checkers
Expression Evaluators
Symbol table
:
etc
please share me some info related to symbol table
what are the contents of the symbol table
and how to view the contents of the symbol table.
i am using Gcc compiler on Linux.
Thanks