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

Parser structure. More...

#include <types.h>

Data Fields

Lexerlexer
Token current_token
Token peek_token
bool has_error
char * error_message
bool objc_mode

Detailed Description

Parser structure.

Definition at line 516 of file types.h.

Field Documentation

◆ current_token

Token Parser::current_token

Definition at line 518 of file types.h.

◆ error_message

char* Parser::error_message

Definition at line 521 of file types.h.

◆ has_error

bool Parser::has_error

Definition at line 520 of file types.h.

◆ lexer

Lexer* Parser::lexer

Definition at line 517 of file types.h.

◆ objc_mode

bool Parser::objc_mode

Definition at line 522 of file types.h.

◆ peek_token

Token Parser::peek_token

Definition at line 519 of file types.h.


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