|
KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
|
#include <types.h>
Data Fields | |
| TokenType | type |
| char * | value |
| char * | lexeme |
| int | line |
| int | column |
| union { | |
| int int_value | |
| float float_value | |
| double double_value | |
| char char_value | |
| bool bool_value | |
| } | literal |