|
KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
|
Conditional state tracking. More...
#include <types.h>
Data Fields | |
| ConditionalType | type |
| bool | condition_met |
| bool | else_taken |
| int | line_number |
| ConditionalType ConditionalState::type |