Refinement of src/main.c.

This commit is contained in:
Ruben Ayrapetyan
2014-07-23 19:08:06 +04:00
parent 0b76dfb6df
commit 26c00acd50
10 changed files with 260 additions and 228 deletions
+2 -5
View File
@@ -147,11 +147,8 @@ typedef struct
} __packed
token;
#ifdef __HOST
void lexer_set_file (FILE *);
#else
void lexer_set_source (const char *);
#endif
void lexer_init(const char *);
void lexer_run_first_pass( void);
token lexer_next_token (void);
void lexer_save_token (token);
void lexer_dump_buffer_state (void);