Fix couple of bugs show-opcodes: lexer should not dump lines, serializer must not rewrite a single opcode when dumping

This commit is contained in:
Ilmir Usmanov
2014-07-31 21:09:42 +04:00
parent 0d1935e3a8
commit 14f0563d1a
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ typedef struct
} __packed
token;
void lexer_init(const char *);
void lexer_init(const char *, bool);
void lexer_free (void);
void lexer_run_first_pass( void);
token lexer_next_token (void);