Reduce lexer's memory consumption

This commit is contained in:
Ilmir Usmanov
2014-07-29 11:55:16 +04:00
parent 177a2d1382
commit bc9d80147a
4 changed files with 212 additions and 134 deletions
+1
View File
@@ -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);