Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] CDT Symbol Table implementation`

I am looking for information on the implementation and techniques used in the cdt to represent the symbol table after the parsing of the source file. I have looked into the development resources and found design plans but what i am really looking for is that in what form the symbol table is bieng maintained. That is, either its just in the form of objects in RAM, or stored in a database or in hard disk. Or may be, in hash tables that are then serialized and written to a file or something like that. Any reference to such an article would be appreciated.


--

__________________________________________________________
Sign-up for Ads Free at Mail.com
http://www.mail.com/?sr=signup


Back to the top