KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
SymbolTable Struct Reference

Data Fields

Symbol ** table
int current_scope

Detailed Description

Definition at line 26 of file symbol_table.h.

Field Documentation

◆ current_scope

int SymbolTable::current_scope

Definition at line 28 of file symbol_table.h.

◆ table

Symbol** SymbolTable::table

Definition at line 27 of file symbol_table.h.


The documentation for this struct was generated from the following file: