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

Data Fields

char * name
SymbolType symbol_type
DataType data_type
int scope_level
struct Symbolnext

Detailed Description

Definition at line 17 of file symbol_table.h.

Field Documentation

◆ data_type

DataType Symbol::data_type

Definition at line 20 of file symbol_table.h.

◆ name

char* Symbol::name

Definition at line 18 of file symbol_table.h.

◆ next

struct Symbol* Symbol::next

Definition at line 22 of file symbol_table.h.

◆ scope_level

int Symbol::scope_level

Definition at line 21 of file symbol_table.h.

◆ symbol_type

SymbolType Symbol::symbol_type

Definition at line 19 of file symbol_table.h.


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