Add support of input several files

This commit is contained in:
Ilmir Usmanov
2014-07-31 21:23:29 +04:00
parent 14f0563d1a
commit 2e0a3d4aca
3 changed files with 63 additions and 47 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ typedef struct
} __packed
token;
void lexer_init(const char *, bool);
void lexer_init(const char *, size_t, bool);
void lexer_free (void);
void lexer_run_first_pass( void);
token lexer_next_token (void);