Reduce lexer's memory consumption
This commit is contained in:
@@ -148,6 +148,7 @@ typedef struct
|
||||
token;
|
||||
|
||||
void lexer_init(const char *);
|
||||
void lexer_free (void);
|
||||
void lexer_run_first_pass( void);
|
||||
token lexer_next_token (void);
|
||||
void lexer_save_token (token);
|
||||
|
||||
Reference in New Issue
Block a user