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

Conditional state tracking. More...

#include <types.h>

Data Fields

ConditionalType type
bool condition_met
bool else_taken
int line_number

Detailed Description

Conditional state tracking.

Definition at line 598 of file types.h.

Field Documentation

◆ condition_met

bool ConditionalState::condition_met

Definition at line 600 of file types.h.

◆ else_taken

bool ConditionalState::else_taken

Definition at line 601 of file types.h.

◆ line_number

int ConditionalState::line_number

Definition at line 602 of file types.h.

◆ type

ConditionalType ConditionalState::type

Definition at line 599 of file types.h.


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