|
KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
|
Data Fields | |
| Symbol ** | table |
| int | current_scope |
Definition at line 26 of file symbol_table.h.
| int SymbolTable::current_scope |
Definition at line 28 of file symbol_table.h.
| Symbol** SymbolTable::table |
Definition at line 27 of file symbol_table.h.