LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
lexer_extra Struct Reference

#include <parser_types.h>

Data Fields

parse_goal_t goal
 
int sent_mode_token
 
int reached_input_end
 
input_providerprovider
 

Detailed Description

Definition at line 18 of file parser_types.h.

Field Documentation

◆ goal

parse_goal_t lexer_extra::goal

Definition at line 19 of file parser_types.h.

◆ provider

input_provider* lexer_extra::provider

Definition at line 22 of file parser_types.h.

◆ reached_input_end

int lexer_extra::reached_input_end

Definition at line 21 of file parser_types.h.

◆ sent_mode_token

int lexer_extra::sent_mode_token

Definition at line 20 of file parser_types.h.