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

CodeGenerator structure. More...

#include <types.h>

Data Fields

FILE * output_file
int label_counter
int temp_counter
bool objc_mode

Detailed Description

CodeGenerator structure.

Definition at line 528 of file types.h.

Field Documentation

◆ label_counter

int CodeGenerator::label_counter

Definition at line 530 of file types.h.

◆ objc_mode

bool CodeGenerator::objc_mode

Definition at line 532 of file types.h.

◆ output_file

FILE* CodeGenerator::output_file

Definition at line 529 of file types.h.

◆ temp_counter

int CodeGenerator::temp_counter

Definition at line 531 of file types.h.


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