Structure used by lexer to efficiently have access to a bunch of variables.
More...
#include <data_structure.h>
Structure used by lexer to efficiently have access to a bunch of variables.
| unsigned int s_lexer_state::i |
◆ in_double_quote
| t_bool s_lexer_state::in_double_quote |
◆ in_single_quote
| t_bool s_lexer_state::in_single_quote |
| unsigned int s_lexer_state::j |
◆ line
| const char* s_lexer_state::line |
◆ start
| unsigned int s_lexer_state::start |
◆ tokens
| char** s_lexer_state::tokens |
The documentation for this struct was generated from the following file: