|
KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
|
Data Fields | |
| char * | name |
| SymbolType | symbol_type |
| DataType | data_type |
| int | scope_level |
| struct Symbol * | next |
Definition at line 17 of file symbol_table.h.
| DataType Symbol::data_type |
Definition at line 20 of file symbol_table.h.
| char* Symbol::name |
Definition at line 18 of file symbol_table.h.
| struct Symbol* Symbol::next |
Definition at line 22 of file symbol_table.h.
| int Symbol::scope_level |
Definition at line 21 of file symbol_table.h.
| SymbolType Symbol::symbol_type |
Definition at line 19 of file symbol_table.h.